replaces organization migrations with a new table
This commit is contained in:
5
db/migrate/20150813161654_add_phone_number_to_users.rb
Normal file
5
db/migrate/20150813161654_add_phone_number_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPhoneNumberToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :phone_number, :string, limit: 30
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user