class CreateCompanies < ActiveRecord::Migration[7.0] def change create_table :companies do |t| t.string :name t.string :country t.string :short_name t.timestamps end end end