mirror of
https://github.com/go-home-admin/toolset.git
synced 2026-04-22 16:17:04 +08:00
add: 支持直接根据 sqlite 注释生成 orm
This commit is contained in:
@@ -34,7 +34,7 @@ func GenSqlite(table string, goType parser.GoType, out string) {
|
||||
}
|
||||
|
||||
columns = append(columns, tableColumn{
|
||||
ColumnName: parser.StringToSnake(attName),
|
||||
ColumnName: attr.Name,
|
||||
GoType: attr.TypeName,
|
||||
mysql: mysql{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user