class AddLotToPriceLines < ActiveRecord::Migration[6.0] def change add_column :price_lines, :lot, :string end end