continue to backport old code
This commit is contained in:
9
db/migrate/20210423153941_create_user_obtain_wow_pets.rb
Normal file
9
db/migrate/20210423153941_create_user_obtain_wow_pets.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class CreateUserObtainWowPets < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
create_table :user_obtain_wow_pets do |t|
|
||||
t.belongs_to :user
|
||||
t.belongs_to :wow_pet
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user