- add Updatetime in JxBadComments
This commit is contained in:
@@ -45,7 +45,7 @@ const (
|
||||
)
|
||||
|
||||
type ModelIDCUL struct {
|
||||
ID int `orm:"column(id)" json:"id"`
|
||||
ID int64 `orm:"column(id)" json:"id"`
|
||||
CreatedAt time.Time `orm:"auto_now_add;type(datetime)" json:"createdAt"`
|
||||
UpdatedAt time.Time `orm:"auto_now;type(datetime)" json:"updatedAt"`
|
||||
LastOperator string `orm:"size(32)" json:"lastOperator"` // 最后操作员
|
||||
|
||||
Reference in New Issue
Block a user