|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140319092720) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20140320022724) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -173,6 +173,7 @@ ActiveRecord::Schema.define(:version => 20140319092720) do
|
|
|
|
|
t.string "setup_time"
|
|
|
|
|
t.string "endup_time"
|
|
|
|
|
t.string "class_period"
|
|
|
|
|
t.integer "school_id"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "custom_fields", :force => true do |t|
|
|
|
|
@ -598,8 +599,10 @@ ActiveRecord::Schema.define(:version => 20140319092720) do
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "schools", :force => true do |t|
|
|
|
|
|
t.string "name"
|
|
|
|
|
t.string "province"
|
|
|
|
|
t.string "name"
|
|
|
|
|
t.string "province"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "seems_rateable_cached_ratings", :force => true do |t|
|
|
|
|
|