socialforge/db/migrate/20161223083022_add_contest_...

6 lines
118 B
Ruby
Raw Normal View History

2016-12-23 17:00:11 +08:00
class AddContestIdToNews < ActiveRecord::Migration
def change
add_column :news, :contest_id, :integer
end
end