trustieplus/db/migrate/20160725062343_add_invite_c...

6 lines
126 B
Ruby
Raw Normal View History

2017-04-07 10:16:13 +08:00
class AddInviteCodeToProject < ActiveRecord::Migration
def change
add_column :projects, :invite_code, :string
end
end