1 2 3 4 5 6
class AddProvisioningKeyToPhones < ActiveRecord::Migration def change add_column :phones, :provisioning_key, :string end end