@@ -83,6 +83,7 @@ type RequestLog struct {
|
||||
GroupID uint `gorm:"not null;index" json:"group_id"`
|
||||
GroupName string `gorm:"type:varchar(255);index" json:"group_name"`
|
||||
KeyValue string `gorm:"type:varchar(700)" json:"key_value"`
|
||||
Model string `gorm:"type:varchar(255);index" json:"model"`
|
||||
IsSuccess bool `gorm:"not null" json:"is_success"`
|
||||
SourceIP string `gorm:"type:varchar(64)" json:"source_ip"`
|
||||
StatusCode int `gorm:"not null" json:"status_code"`
|
||||
|
Reference in New Issue
Block a user