1
0
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:
slene
2013-08-30 12:32:05 +08:00
parent dc8f932009
commit 8f5ca303b5
6 changed files with 118 additions and 68 deletions

View File

@ -60,7 +60,8 @@ type DataNull struct {
// only for mysql
type UserBig struct {
Id uint64
Id uint64
Name string
}
type User struct {