socialforge/db/migrate/20141102054414_add_comment_...

6 lines
137 B
Ruby

class AddCommentStatusToBid < ActiveRecord::Migration
def change
add_column :bids, :comment_status, :integer, default: 0
end
end