1 2 3 4 5
class AddNameToTartiflettes < ActiveRecord::Migration[8.0] def change add_column :tartiflettes, :name, :string end end