|
|
@ -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 => 20160120032758) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20160121070232) 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
|
|
|
@ -1262,8 +1262,9 @@ ActiveRecord::Schema.define(:version => 20160120032758) do
|
|
|
|
t.integer "home_id"
|
|
|
|
t.integer "home_id"
|
|
|
|
t.string "domain"
|
|
|
|
t.string "domain"
|
|
|
|
t.boolean "is_public"
|
|
|
|
t.boolean "is_public"
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
|
|
|
t.boolean "allow_guest_download", :default => true
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
create_table "phone_app_versions", :force => true do |t|
|
|
|
|
create_table "phone_app_versions", :force => true do |t|
|
|
|
|