|
|
@ -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 => 20160612043259) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20160614072229) 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
|
|
|
@ -550,6 +550,7 @@ ActiveRecord::Schema.define(:version => 20160612043259) 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.string "invite_code"
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
create_table "custom_fields", :force => true do |t|
|
|
|
|
create_table "custom_fields", :force => true do |t|
|
|
|
|