Skip to content

Interface: SchemaDiff

Defined in: server/src/migrations.ts:157

readonly createTables: readonly TableShape[]

Defined in: server/src/migrations.ts:158


readonly addColumns: readonly { table: string; column: ColumnShape; }[]

Defined in: server/src/migrations.ts:159


readonly dropColumns: readonly { table: string; column: string; }[]

Defined in: server/src/migrations.ts:160


readonly changeColumns: readonly { table: string; from: ColumnShape; to: ColumnShape; }[]

Defined in: server/src/migrations.ts:161