mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-25 09:06:34 +08:00
fix: fixed some issues
This commit is contained in:
@@ -83,7 +83,7 @@ func (ssg *SQLGenerator) GenInsert(tableName string, columns []dbi.Column, value
|
||||
|
||||
func (ssg *SQLGenerator) genColumnBasicSql(quoter dbi.Quoter, column dbi.Column) string {
|
||||
incr := ""
|
||||
if column.IsIdentity {
|
||||
if column.AutoIncrement {
|
||||
incr = " AUTOINCREMENT"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user