class AddInviteCodeToProject < ActiveRecord::Migration def change add_column :projects, :invite_code, :string end end