add data_bank to user action

This commit is contained in:
呱呱呱
2023-10-10 13:49:52 +08:00
parent b92fdb8388
commit 6cb7af0401
15 changed files with 28 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
class AddDataBankToUserActions < ActiveRecord::Migration[5.2]
def change
add_column :user_actions, :data_bank, :text
end
end