This commit is contained in:
aozhiwei 2024-08-05 18:02:31 +08:00
parent 76cc87f7a2
commit 453e37bb7e

View File

@ -40,6 +40,7 @@ DROP TABLE IF EXISTS `t_op_log`;
CREATE TABLE `t_op_log` (
`idx` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '自增id',
`account_address` varchar(60) NOT NULL COMMENT '钱包地址',
`http_method` varchar(10) NOT NULL COMMENT 'http method<10byte',
`url` text NOT NULL DEFAULT '' COMMENT 'url<64kb',
`params` text NOT NULL DEFAULT '' COMMENT 'params<64kb',
`postdata` mediumtext NOT NULL DEFAULT '' COMMENT 'postdata<16mb',