This commit is contained in:
SPRINX0\prochazka
2024-11-18 17:03:13 +01:00
parent c7ef4b9231
commit 274fb595a2

View File

@@ -127,6 +127,8 @@ export function computeTableDiffColumns(
targetColumnName: row?.target?.columnName,
sourceDataType: row?.source?.dataType,
targetDataType: row?.target?.dataType,
sourceAutoIncrement: row?.source?.autoIncrement,
targetAutoIncrement: row?.target?.autoIncrement,
sourceNotNull: row?.source?.notNull,
targetNotNull: row?.target?.notNull,
}));