This commit is contained in:
huang 2016-03-05 03:14:57 +08:00
parent f381784a3c
commit 3f56fa3405
36 changed files with 3153 additions and 3152 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20160303103231) do
ActiveRecord::Schema.define(:version => 20160304154643) do
create_table "activities", :force => true do |t|
t.integer "act_id", :null => false
@ -436,6 +436,7 @@ ActiveRecord::Schema.define(:version => 20160303103231) do
t.datetime "updated_at", :null => false
t.integer "total_score"
t.integer "homework_journal_num", :default => 0
t.integer "news_num", :default => 0
end
create_table "course_groups", :force => true do |t|