Initial commit
This commit is contained in:
5
db/migrate/20190402130148_add_note_to_withdraws.rb
Normal file
5
db/migrate/20190402130148_add_note_to_withdraws.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNoteToWithdraws < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :withdraws, :note, :string, limit: 256, after: :rid
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user