Commit 1e34b3b3 authored by Wills Gomez's avatar Wills Gomez

changed date to datetime

parent 44efbc9f
......@@ -11,16 +11,16 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20160704091148) do
ActiveRecord::Schema.define(version: 20160705122207) do
create_table "car_logs", force: :cascade do |t|
t.string "plate_number"
t.date "time_in"
t.date "time_out"
t.string "color"
t.string "brand"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.datetime "time_in"
t.datetime "time_out"
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment