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