1 2 3 4 5 6
class AddUuidToPhoneBooks < ActiveRecord::Migration def change add_column :phone_books, :uuid, :string end end