mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 01:26:01 +00:00
UX
This commit is contained in:
@@ -127,6 +127,8 @@ export function computeTableDiffColumns(
|
|||||||
targetColumnName: row?.target?.columnName,
|
targetColumnName: row?.target?.columnName,
|
||||||
sourceDataType: row?.source?.dataType,
|
sourceDataType: row?.source?.dataType,
|
||||||
targetDataType: row?.target?.dataType,
|
targetDataType: row?.target?.dataType,
|
||||||
|
sourceAutoIncrement: row?.source?.autoIncrement,
|
||||||
|
targetAutoIncrement: row?.target?.autoIncrement,
|
||||||
sourceNotNull: row?.source?.notNull,
|
sourceNotNull: row?.source?.notNull,
|
||||||
targetNotNull: row?.target?.notNull,
|
targetNotNull: row?.target?.notNull,
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user