add new column

This commit is contained in:
olegphenomenon 2022-04-13 09:25:44 +03:00
parent 77249629bb
commit d8c0ba2432
7 changed files with 16 additions and 3 deletions

View file

@ -0,0 +1,5 @@
class AddTypeToAuction < ActiveRecord::Migration[6.1]
def change
# add_column :auctions, :type, :integer, null: true
end
end