class AddConditionToItems < ActiveRecord::Migration[8.1] def change add_column :items, :condition, :string, default: "unknown", null: false end end