mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-16 01:35:56 +08:00
新增:openkylin_sign 签署协议
This commit is contained in:
14
db/migrate/20230420092835_create_openkylin_sign_details.rb
Normal file
14
db/migrate/20230420092835_create_openkylin_sign_details.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
class CreateOpenkylinSignDetails < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :openkylin_sign_details do |t|
|
||||
t.references :user
|
||||
t.string :login
|
||||
t.string :email
|
||||
t.string :nickname
|
||||
t.string :phone
|
||||
t.string :address
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user