# rails g migration sample_name_change_column_type def change change_column(:table_name, :column_name, :new_type) end