|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
#
|
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20151102085318) do
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20151102090519) do
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
@ -1038,11 +1038,21 @@ ActiveRecord::Schema.define(:version => 20151102085318) do
|
|
|
|
|
t.integer "project_id"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "org_members", :force => true do |t|
|
|
|
|
|
t.integer "user_id"
|
|
|
|
|
t.integer "organization_id"
|
|
|
|
|
t.string "role"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "organizations", :force => true do |t|
|
|
|
|
|
t.string "name"
|
|
|
|
|
t.string "logo_link"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
t.text "description"
|
|
|
|
|
t.integer "creator_id"
|
|
|
|
|
t.integer "home_id"
|
|
|
|
|
t.string "domain"
|
|
|
|
|
t.boolean "is_public"
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
create_table "phone_app_versions", :force => true do |t|
|
|
|
|
|