|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150428021035) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150505025537) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -541,6 +541,8 @@ ActiveRecord::Schema.define(:version => 20150428021035) do
|
|
|
|
|
t.integer "is_teacher_score", :default => 0
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
add_index "homework_attaches", ["bid_id"], :name => "index_homework_attaches_on_bid_id"
|
|
|
|
|
|
|
|
|
|
create_table "homework_evaluations", :force => true do |t|
|
|
|
|
|
t.string "user_id"
|
|
|
|
|
t.string "homework_attach_id"
|
|
|
|
@ -553,6 +555,9 @@ ActiveRecord::Schema.define(:version => 20150428021035) do
|
|
|
|
|
t.integer "bid_id"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
add_index "homework_for_courses", ["bid_id"], :name => "index_homework_for_courses_on_bid_id"
|
|
|
|
|
add_index "homework_for_courses", ["course_id"], :name => "index_homework_for_courses_on_course_id"
|
|
|
|
|
|
|
|
|
|
create_table "homework_users", :force => true do |t|
|
|
|
|
|
t.string "homework_attach_id"
|
|
|
|
|
t.string "user_id"
|
|
|
|
@ -1159,6 +1164,9 @@ ActiveRecord::Schema.define(:version => 20150428021035) do
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
add_index "students_for_courses", ["course_id"], :name => "index_students_for_courses_on_course_id"
|
|
|
|
|
add_index "students_for_courses", ["student_id"], :name => "index_students_for_courses_on_student_id"
|
|
|
|
|
|
|
|
|
|
create_table "taggings", :force => true do |t|
|
|
|
|
|
t.integer "tag_id"
|
|
|
|
|
t.integer "taggable_id"
|
|
|
|
|