mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-11 07:15:55 +08:00
init project
This commit is contained in:
12
db/migrate/20191220085133_create_compose_users.rb
Normal file
12
db/migrate/20191220085133_create_compose_users.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class CreateComposeUsers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
# create_table :compose_users do |t|
|
||||
# t.integer :user_id
|
||||
# t.integer :compose_id
|
||||
# t.integer :is_manager, default: 0
|
||||
#
|
||||
# t.timestamps
|
||||
# end
|
||||
# add_index :compose_users, [:user_id, :compose_id]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user