class MigrateGtopicBankIsPublic < ActiveRecord::Migration[5.2] def change change_column :gtopic_banks, :is_public, :boolean, default: 0 end end