Initial commit
This commit is contained in:
5
db/migrate/20200824172823_update_withdraw_rid.rb
Normal file
5
db/migrate/20200824172823_update_withdraw_rid.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class UpdateWithdrawRid < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :withdraws, :rid, :string, limit: 256, null: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user