更换为null_time,null_int

This commit is contained in:
xiangheng
2024-08-16 01:03:54 +08:00
parent 1fc96a59b0
commit edd6d9df0e
94 changed files with 2893 additions and 1126 deletions

View File

@@ -18,8 +18,8 @@ type MonitorWeb struct {
Stack string `gorm:"comment:'错误堆栈'"` // 错误堆栈
ClientTime core.TsTime `gorm:"comment:'客户端时间'"` // 客户端时间
ClientTime core.NullTime `gorm:"comment:'客户端时间'"` // 客户端时间
CreateTime core.TsTime `gorm:"autoCreateTime;comment:'创建时间'"` // 创建时间
CreateTime core.NullTime `gorm:"autoCreateTime;comment:'创建时间'"` // 创建时间
}