Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddBeneficiaryIdToWithdraw < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :withdraws, :beneficiary_id, :bigint, null: true, after: :member_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user