socialforge/db/migrate/20141102054414_add_comment_...

6 lines
137 B
Ruby
Raw Normal View History

2014-11-02 14:38:43 +08:00
class AddCommentStatusToBid < ActiveRecord::Migration
def change
add_column :bids, :comment_status, :integer, default: 0
end
end