|
|
|
@ -10,7 +10,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# It's strongly recommended that you check this file into your version control system.
|
|
|
|
# It's strongly recommended that you check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(version: 20170405183356) do
|
|
|
|
ActiveRecord::Schema.define(version: 20170412204724) do
|
|
|
|
|
|
|
|
|
|
|
|
# These are extensions that must be enabled in order to support this database
|
|
|
|
# These are extensions that must be enabled in order to support this database
|
|
|
|
enable_extension "plpgsql"
|
|
|
|
enable_extension "plpgsql"
|
|
|
|
@ -127,6 +127,7 @@ ActiveRecord::Schema.define(version: 20170405183356) do
|
|
|
|
t.integer "question_list_id"
|
|
|
|
t.integer "question_list_id"
|
|
|
|
t.datetime "created_at", null: false
|
|
|
|
t.datetime "created_at", null: false
|
|
|
|
t.datetime "updated_at", null: false
|
|
|
|
t.datetime "updated_at", null: false
|
|
|
|
|
|
|
|
t.integer "time", default: 960
|
|
|
|
t.index ["school_id"], name: "index_schedules_on_school_id", using: :btree
|
|
|
|
t.index ["school_id"], name: "index_schedules_on_school_id", using: :btree
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|