mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
4.0.3
This commit is contained in:
3
sop.sql
3
sop.sql
@@ -141,9 +141,6 @@ CREATE TABLE `config_route_limit` (
|
||||
CREATE TABLE `isv_info` (
|
||||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`app_key` varchar(100) NOT NULL COMMENT 'appKey',
|
||||
`secret` varchar(200) DEFAULT NULL COMMENT 'secret',
|
||||
`pub_key` text COMMENT '公钥',
|
||||
`pri_key` text COMMENT '私钥',
|
||||
`status` tinyint(4) unsigned NOT NULL DEFAULT '0' COMMENT '1启用,2禁用',
|
||||
`sign_type` tinyint(4) NOT NULL DEFAULT '1' COMMENT '1:RSA2,2:MD5',
|
||||
`remark` varchar(128) DEFAULT NULL COMMENT '备注',
|
||||
|
Reference in New Issue
Block a user