wblog/db/migrate/20160425042136_change_colum...

6 lines
149 B
Ruby
Raw Normal View History

2016-04-25 12:27:32 +08:00
class ChangeColumnDefaultEnableSubscribes < ActiveRecord::Migration[5.0]
def change
change_column_default :subscribes, :enable, true
end
end