example/rails5/db/schema.rb in yamls-0.2.0 vs example/rails5/db/schema.rb in yamls-0.2.1
- old
+ new
@@ -8,11 +8,11 @@
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
# you'll amass, the slower it'll run and the greater likelihood for issues).
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 2021_10_31_052741) do
+ActiveRecord::Schema.define(version: 2021_10_31_170917) do
create_table "books", force: :cascade do |t|
t.string "name"
t.string "label"
t.integer "value"
@@ -20,11 +20,11 @@
t.datetime "updated_at", null: false
end
create_table "people", force: :cascade do |t|
t.string "name"
- t.string "age"
- t.string "role"
+ t.integer "age"
+ t.integer "role"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end
end