examples/rails_example/db/schema.rb in sandboxy-1.1.0 vs examples/rails_example/db/schema.rb in sandboxy-1.1.1
- old
+ new
@@ -8,10 +8,20 @@
# 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: 20170826222427) do
+ActiveRecord::Schema.define(version: 20170827105828) do
+
+ create_table "bars", force: :cascade do |t|
+ t.datetime "created_at", null: false
+ t.datetime "updated_at", null: false
+ end
+
+ create_table "foos", force: :cascade do |t|
+ t.datetime "created_at", null: false
+ t.datetime "updated_at", null: false
+ end
create_table "sandboxy", force: :cascade do |t|
t.string "sandboxed_type", null: false
t.integer "sandboxed_id", null: false
t.datetime "created_at", null: false