mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
add new column
This commit is contained in:
parent
77249629bb
commit
d8c0ba2432
7 changed files with 16 additions and 3 deletions
5
db/migrate/20220412130856_add_type_to_auction.rb
Normal file
5
db/migrate/20220412130856_add_type_to_auction.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddTypeToAuction < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
# add_column :auctions, :type, :integer, null: true
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue