|
|
@ -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 => 20160811084401) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20160824073554) 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
|
|
|
@ -1283,6 +1283,7 @@ ActiveRecord::Schema.define(:version => 20160811084401) do
|
|
|
|
t.boolean "mail_notification", :default => false, :null => false
|
|
|
|
t.boolean "mail_notification", :default => false, :null => false
|
|
|
|
t.integer "course_id", :default => -1
|
|
|
|
t.integer "course_id", :default => -1
|
|
|
|
t.integer "course_group_id", :default => 0
|
|
|
|
t.integer "course_group_id", :default => 0
|
|
|
|
|
|
|
|
t.integer "is_collect", :default => 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
add_index "members", ["project_id"], :name => "index_members_on_project_id"
|
|
|
|
add_index "members", ["project_id"], :name => "index_members_on_project_id"
|
|
|
|