spec/dummy/db/schema.rb in citizen_budget_model-0.0.3 vs spec/dummy/db/schema.rb in citizen_budget_model-0.0.4

- old
+ new

@@ -79,12 +79,12 @@ t.string "locale", null: false t.datetime "created_at" t.datetime "updated_at" t.string "title", default: "", null: false t.text "description", default: "", null: false - t.text "popover", default: "", null: false t.text "modal", default: "", null: false + t.text "popover", default: "", null: false end add_index "citizen_budget_model_section_translations", ["citizen_budget_model_section_id"], name: "index_2b79c59d2a47f33d3e927dae21105b97719ec5c0", using: :btree add_index "citizen_budget_model_section_translations", ["locale"], name: "index_citizen_budget_model_section_translations_on_locale", using: :btree @@ -109,16 +109,16 @@ add_index "citizen_budget_model_simulator_translations", ["citizen_budget_model_simulator_id"], name: "index_b5903b0d0fd09cf4e469b0fadf1c02d7a8b9e95f", using: :btree add_index "citizen_budget_model_simulator_translations", ["locale"], name: "index_citizen_budget_model_simulator_translations_on_locale", using: :btree create_table "citizen_budget_model_simulators", force: true do |t| t.integer "organization_id" - t.string "equation", default: "", null: false - t.string "distribution", default: "", null: false + t.string "equation", default: "", null: false + t.string "distribution", default: "", null: false t.datetime "deleted_at" t.datetime "created_at" t.datetime "updated_at" - t.boolean "active", default: false - t.integer "total_revenue" + t.boolean "active", default: false + t.integer "total_revenue", limit: 8 end add_index "citizen_budget_model_simulators", ["organization_id"], name: "index_citizen_budget_model_simulators_on_organization_id", using: :btree create_table "citizen_budget_model_users", force: true do |t|