class AddContactToVendors < ActiveRecord::Migration[7.1] def change add_column :vendors, :contact, :string end end