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

View file

@ -5090,3 +5090,4 @@ INSERT INTO "schema_migrations" (version) VALUES
('20220124105717'),
('20220216113112'),
('20220228093211');
('20220412130856');