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