app错误日志
This commit is contained in:
parent
6a20cc387e
commit
63bcef3400
@ -5,7 +5,7 @@ create table `ufutx_app_error_logs` (
|
||||
`url` text DEFAULT NULL COMMENT "错误链接",
|
||||
`user_agent` varchar(100) COMMENT "代理",
|
||||
`headers` text COMMENT "请求头",
|
||||
`created_at` timestamp,
|
||||
`updated_at` timestamp,
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
`updated_at` timestamp NULL DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
)ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='app错误日志';
|
Loading…
Reference in New Issue
Block a user