add homie to the gang when homie is created
This commit is contained in:
5
db/migrate/20201007182916_add_name_to_gangs.rb
Normal file
5
db/migrate/20201007182916_add_name_to_gangs.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNameToGangs < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :gangs, :name, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user