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