Add brand to puzzles
This commit is contained in:
5
db/migrate/20250320075601_add_brand_to_puzzle.rb
Normal file
5
db/migrate/20250320075601_add_brand_to_puzzle.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddBrandToPuzzle < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :puzzles, :brand, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user