mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 12:26:01 +00:00
better column mapping
This commit is contained in:
@@ -27,6 +27,13 @@
|
||||
skip: false,
|
||||
}));
|
||||
}
|
||||
if (targetTableInfo && !sourceTableInfo) {
|
||||
return targetTableInfo.columns.map(x => ({
|
||||
src: x.columnName,
|
||||
dst: x.columnName,
|
||||
skip: false,
|
||||
}));
|
||||
}
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user