mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 14:16:01 +00:00
UX
This commit is contained in:
@@ -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,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user