mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
add: transfer project
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class CreateAppliedTransferProjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :applied_transfer_projects do |t|
|
||||
t.references :project
|
||||
t.references :owner
|
||||
t.references :user
|
||||
t.integer :status, default: 0
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user