orm add uint uint32 uint64 auto increment support
This commit is contained in:
@@ -196,6 +196,7 @@ func TestSyncDb(t *testing.T) {
|
||||
RegisterModel(new(Post))
|
||||
RegisterModel(new(Tag))
|
||||
RegisterModel(new(Comment))
|
||||
RegisterModel(new(UserBig))
|
||||
|
||||
BootStrap()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user