Initial commit
This commit is contained in:
5
db/migrate/20201118151056_add_withdraw_metadata.rb
Normal file
5
db/migrate/20201118151056_add_withdraw_metadata.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddWithdrawMetadata < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :withdraws, :metadata, :json, after: :note
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user