Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddConfirmationsToWithdraw < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_column :withdraws, :confirmations, :integer, limit: 4, default: 0, null: false, after: :rid
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user