Skip to content

Interface: SchemaDiff

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

readonly createTables: readonly TableShape[]

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


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

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


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

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


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

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