class MigrationName < ActiveRecord::Migration def change change_column :my_table, :my_column, :data_type, deafult: "value" end end