test/dummy/db/schema.rb in wagons-0.4.2 vs test/dummy/db/schema.rb in wagons-0.4.3

- old
+ new

@@ -11,13 +11,13 @@ # # It's strongly recommended that you check this file into your version control system. ActiveRecord::Schema.define(version: 20120606125104) do - create_table "people", force: true do |t| - t.string "name" + 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", null: false + t.datetime "updated_at", null: false end end