mirror of
https://github.com/astaxie/beego.git
synced 2025-07-03 17:10:18 +00:00
orm fix when use uint as pk
This commit is contained in:
@ -60,7 +60,8 @@ type DataNull struct {
|
||||
|
||||
// only for mysql
|
||||
type UserBig struct {
|
||||
Id uint64
|
||||
Id uint64
|
||||
Name string
|
||||
}
|
||||
|
||||
type User struct {
|
||||
|
Reference in New Issue
Block a user