|
|
@ -11,7 +11,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20160630112733) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20160708091258) do
|
|
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
t.integer "act_id", :null => false
|
|
|
@ -562,9 +562,9 @@ ActiveRecord::Schema.define(:version => 20160630112733) do
|
|
|
|
t.integer "excellent_option", :default => 0
|
|
|
|
t.integer "excellent_option", :default => 0
|
|
|
|
t.integer "is_copy", :default => 0
|
|
|
|
t.integer "is_copy", :default => 0
|
|
|
|
t.integer "visits", :default => 0
|
|
|
|
t.integer "visits", :default => 0
|
|
|
|
t.integer "syllabus_id"
|
|
|
|
|
|
|
|
t.string "invite_code"
|
|
|
|
t.string "invite_code"
|
|
|
|
t.string "qrcode"
|
|
|
|
t.string "qrcode"
|
|
|
|
|
|
|
|
t.integer "syllabus_id"
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
add_index "courses", ["invite_code"], :name => "index_courses_on_invite_code", :unique => true
|
|
|
|
add_index "courses", ["invite_code"], :name => "index_courses_on_invite_code", :unique => true
|
|
|
|