1
This commit is contained in:
parent
76cc87f7a2
commit
453e37bb7e
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user