mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
[ADD]组织项目相关
This commit is contained in:
@@ -3,7 +3,6 @@ class CreateOrganizationUsers < ActiveRecord::Migration[5.2]
|
||||
create_table :organization_users do |t|
|
||||
t.references :user
|
||||
t.references :organization
|
||||
t.boolean :is_creator, comment: "是否为创建者", default: false
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user