- args: cascade: true read_only: false sql: CREATE INDEX idx_payments_payer ON payments USING GIN (payer gin_trgm_ops); type: run_sql