class AddInfosToUser
Public Instance Methods
change()
click to toggle source
# File db/migrate/20171113125629_add_infos_to_user.rb, line 2 def change add_column :users, :phone, :string add_column :users, :address, :string add_column :users, :age, :integer end