mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-13 08:15:55 +08:00
create passedlist
This commit is contained in:
12
db/migrate/20200724095057_create_passed_waitlists.rb
Normal file
12
db/migrate/20200724095057_create_passed_waitlists.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class CreatePassedWaitlists < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :passed_waitlists do |t|
|
||||
t.string :applicant_id
|
||||
t.string :integer
|
||||
t.string :reviewer_id
|
||||
t.string :integer
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user