spec/support/v5.2/db/schema.rb in sorbet-rails-0.5.5.1 vs spec/support/v5.2/db/schema.rb in sorbet-rails-0.5.6

- old
+ new

@@ -28,9 +28,10 @@ t.datetime "updated_at", null: false t.float "flexibility", default: 0.5, null: false t.decimal "hardness", precision: 10, scale: 10, default: "5.0", null: false t.decimal "reflectance", precision: 10, default: "0", null: false t.boolean "broken", default: false, null: false + t.datetime "broken_at" t.date "chosen_at_date" t.time "chosen_at_time" t.json "spell_history" t.json "maker_info", default: "{}", null: false t.index ["wizard_id"], name: "index_wands_on_wizard_id"