test/dummy/db/schema.rb in wagons-0.7.0 vs test/dummy/db/schema.rb in wagons-0.8.0
- old
+ new
@@ -9,14 +9,13 @@
# migrations use external dependencies or application code.
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2012_06_06_125104) do
-
create_table "people", force: :cascade do |t|
t.string "name", limit: 255
t.date "birthday"
- t.datetime "created_at", null: false
- t.datetime "updated_at", null: false
+ t.datetime "created_at", precision: nil, null: false
+ t.datetime "updated_at", precision: nil, null: false
end
end