mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:33:05 +08:00
nps用户调研
This commit is contained in:
12
db/migrate/20220826034622_create_user_nps.rb
Normal file
12
db/migrate/20220826034622_create_user_nps.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class CreateUserNps < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
create_table :user_nps do |t|
|
||||
t.references :user
|
||||
t.string :action_type
|
||||
t.integer :action_id
|
||||
t.float :score
|
||||
t.text :memo
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user