mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-02 05:50:24 +08:00
fix: fixed some minor issues
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user