fix: fixed some minor issues

This commit is contained in:
meilin.huang
2024-11-28 20:11:16 +08:00
parent d07cd74a8c
commit ebc89e056f
15 changed files with 100 additions and 50 deletions

View File

@@ -483,7 +483,6 @@ const setTableColumns = (columns: any) => {
x.dataType = dbDialect.getDataType(x.columnType);
x.dataTypeSubscript = ColumnTypeSubscript[x.dataType];
x.remark = `${x.columnType} ${x.columnComment ? ' | ' + x.columnComment : ''}`;
console.log(x);
return {
...x,
key: columnName,