Initial commit
This commit is contained in:
8
db/migrate/20180406185130_remove_sn_from_withdraw.rb
Normal file
8
db/migrate/20180406185130_remove_sn_from_withdraw.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# encoding: UTF-8
|
||||
# frozen_string_literal: true
|
||||
|
||||
class RemoveSnFromWithdraw < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
remove_column :withdraws, :sn
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user