socialforge/db/migrate/20160614072229_add_invite_c...

6 lines
124 B
Ruby

class AddInviteCodeToCourse < ActiveRecord::Migration
def change
add_column :courses, :invite_code, :string
end
end