Initial commit
This commit is contained in:
5
db/migrate/20190902032709_add_state_profiles.rb
Normal file
5
db/migrate/20190902032709_add_state_profiles.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddStateProfiles < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :profiles, :state, :integer, unsigned: true, limit: 1, after: :country
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user