The Rails guides to active record migrations says that you can do
change_column_default :products, :approved, from: true, to: false
I\'ve got a
change_column_default :table_name, :column_name, from: nil, to: "something"