go-gorm / gorm

The fantastic ORM library for Golang, aims to be developer friendly
https://gorm.io
MIT License
37.02k stars 3.94k forks source link

fix autoincrement #7247

Closed mimicode closed 1 week ago

mimicode commented 1 month ago

What did this pull request do?

对于int/uint类型的 主键判断为自增(无论键名是否为id)都不符合实际情况

User Case Description

对于int/uint类型的 主键判断为自增(无论键名是否为id)都不符合实际情况

jinzhu commented 1 week ago

you customize it with gorm tag.