class AddCustomerNumberToGroup < ActiveRecord::Migration[7.0] def change add_column :groups, :customer_number, :string, unique: true end end