class CreateCompanies < ActiveRecord::Migration def change create_table :companies, id: :uuid do |t| t.string :name t.timestamps end end end