mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-19 15:50:26 +08:00
feat: tag refactor & other
This commit is contained in:
@@ -483,7 +483,7 @@ 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