- args: cascade: true read_only: false sql: CREATE INDEX idx_invoices_invoicenumber ON invoices USING GIN (invoice_number gin_trgm_ops); type: run_sql