class AddColumnnameToTablename < ActiveRecord::Migration def change add_column :table_name, :column_name, :boolean, default: false end end