Add UserAction Ip

This commit is contained in:
sylor_huang@126.com 2020-08-18 18:16:58 +08:00
parent d67c12beba
commit 8fac294d04
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddIpToUserActions < ActiveRecord::Migration[5.2]
def change
add_column :user_actions, :ip, :string
end
end