新增:openkylin_sign 签署协议

This commit is contained in:
2023-04-21 09:23:30 +08:00
parent 4dbb416143
commit e9da21bccf
6 changed files with 113 additions and 2 deletions

View 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