Fix data models (#13444)

### What problem does this PR solve?

Since database model is updated in python version, go server also need
to update

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-03-06 20:05:10 +08:00
committed by GitHub
parent 3ed91345aa
commit 01a100bb29
29 changed files with 565 additions and 137 deletions

View File

@@ -94,7 +94,7 @@ type UserInfo struct {
Email string
Nickname string
IsActive string
CreateTime int64
CreateTime *int64
UpdateTime *int64
}