Interface: SqlNormalStep
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:342
A SQL step executed during the main sequence of the migration. This step is expected to
execute synchronously and produce visible effects immediately (or at least as the next
COMMIT completes.
Extends
Properties
sql
readonlysql:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:347
The SQL statement to execute
target
readonlytarget:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:334
The Depot logical name of the schema being operated on
Inherited from
type
readonlytype:"sql"
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:343