Interface: SchemaDiff
このコンテンツはまだ日本語訳がありません。
Interface: SchemaDiff
Section titled “Interface: SchemaDiff”Defined in: server/src/migrations.ts:174
Properties
Section titled “Properties”createTables
Section titled “createTables”
readonlycreateTables: readonlyTableShape[]
Defined in: server/src/migrations.ts:175
addColumns
Section titled “addColumns”
readonlyaddColumns: readonly {table:string;column:ColumnShape; }[]
Defined in: server/src/migrations.ts:176
dropColumns
Section titled “dropColumns”
readonlydropColumns: readonly {table:string;column:string; }[]
Defined in: server/src/migrations.ts:177
changeColumns
Section titled “changeColumns”
readonlychangeColumns: readonly {table:string;from:ColumnShape;to:ColumnShape; }[]
Defined in: server/src/migrations.ts:178