mirror of
https://github.com/astaxie/beego.git
synced 2025-07-06 01:20:19 +00:00
orm: add test case for uint pk read or create
This commit is contained in:
@ -392,6 +392,11 @@ type IntegerPk struct {
|
||||
Value string
|
||||
}
|
||||
|
||||
type UintPk struct {
|
||||
Id uint32 `orm:"pk"`
|
||||
Name string
|
||||
}
|
||||
|
||||
var DBARGS = struct {
|
||||
Driver string
|
||||
Source string
|
||||
|
Reference in New Issue
Block a user