Initial commit
This commit is contained in:
8
db/migrate/20180403135744_add_bid_to_withdraws.rb
Normal file
8
db/migrate/20180403135744_add_bid_to_withdraws.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# encoding: UTF-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddBidToWithdraws < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_column :withdraws, :bid, :string, limit: 64
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user