app错误日志
This commit is contained in:
parent
63bcef3400
commit
5f9c9eaab6
@ -3,7 +3,7 @@ create table `ufutx_app_error_logs` (
|
||||
`user_id` bigint DEFAULT NULL COMMENT "用户id",
|
||||
`message` text DEFAULT NULL COMMENT "错误信息",
|
||||
`url` text DEFAULT NULL COMMENT "错误链接",
|
||||
`user_agent` varchar(100) COMMENT "代理",
|
||||
`user_agent` varchar(255) COMMENT "代理",
|
||||
`headers` text COMMENT "请求头",
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
`updated_at` timestamp NULL DEFAULT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user