1 2 3 4 5 6 7
class AddUuidToPhoneNumberRange < ActiveRecord::Migration def change add_column :phone_number_ranges, :uuid, :string add_index :phone_number_ranges, :uuid end end