class CreateInvoices < ActiveRecord::Migration[6.0] def change create_table :invoices do |t| t.timestamps null: false end end end