Update 027_add_customers_phone_number.rb

This commit is contained in:
2019-06-25 11:53:40 -04:00
committed by GitHub
parent 1af846537d
commit 9e9b29fef9

View File

@@ -10,6 +10,6 @@
class AddCustomersPhoneNumber < ActiveRecord::Migration
def change
add_column :customers, :phone_number, :integer
add_column :customers, :phone_number, :string
end
end