自动生成文件

This commit is contained in:
Tim 2016-02-20 16:28:19 +08:00
parent aa22a253ba
commit e223ac77d0
1 changed files with 2040 additions and 2039 deletions

View File

@ -1219,6 +1219,7 @@ ActiveRecord::Schema.define(:version => 20160202034530) do
create_table "org_members", :force => true do |t|
t.integer "user_id"
t.integer "organization_id"
t.string "role"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end