Interface: SchemaDiff
Interface: SchemaDiff
Section titled “Interface: SchemaDiff”Defined in: server/src/migrations.ts:157
Properties
Section titled “Properties”createTables
Section titled “createTables”
readonlycreateTables: readonlyTableShape[]
Defined in: server/src/migrations.ts:158
addColumns
Section titled “addColumns”
readonlyaddColumns: readonly {table:string;column:ColumnShape; }[]
Defined in: server/src/migrations.ts:159
dropColumns
Section titled “dropColumns”
readonlydropColumns: readonly {table:string;column:string; }[]
Defined in: server/src/migrations.ts:160
changeColumns
Section titled “changeColumns”
readonlychangeColumns: readonly {table:string;from:ColumnShape;to:ColumnShape; }[]
Defined in: server/src/migrations.ts:161