Interface: SchemaNamePair
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:242
A translation pair of the Depot logical name of a schema, and the corresponding database object (table, view, ...) name. When an object schema includes a history table, the history table name is also included
Properties
db
readonlydb:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:244
dbHistory?
readonlyoptionaldbHistory?:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:245
depot
readonlydepot:string
Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:243