Skip to main content

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

readonly db: string

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:244


dbHistory?

readonly optional dbHistory?: string

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:245


depot

readonly depot: string

Defined in: packages/depot-cdk/src/stage-depot-migration-types.ts:243