mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-11-03 10:31:00 +08:00
更换为null_time,null_int
This commit is contained in:
@@ -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:'创建时间'"` // 创建时间
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user