class AddNameToTartiflettes < ActiveRecord::Migration[8.0] def change add_column :tartiflettes, :name, :string end end