fix autoincrement

This commit is contained in:
zhangleitao 2024-10-18 17:20:52 +08:00
parent deceebfab8
commit 00103c49b2

View File

@ -298,7 +298,7 @@ func ParseWithSpecialTableName(dest interface{}, cacheStore *sync.Map, namer Nam
}
field.HasDefaultValue = true
field.AutoIncrement = true
field.AutoIncrement = false
}
}
}