... | @@ -33,6 +33,8 @@ CREATE TABLE `risk_restricted_outbound` ( |
... | @@ -33,6 +33,8 @@ CREATE TABLE `risk_restricted_outbound` ( |
|
`update_time` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更改时间',
|
|
`update_time` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更改时间',
|
|
`use_flag` tinyint(4) DEFAULT '0' COMMENT '是否删除,0 非删除,10 删除',
|
|
`use_flag` tinyint(4) DEFAULT '0' COMMENT '是否删除,0 非删除,10 删除',
|
|
`is_history` tinyint(4) DEFAULT '0' COMMENT '官网是否存在 0:正常当前有效数据;1:历史数据',
|
|
`is_history` tinyint(4) DEFAULT '0' COMMENT '官网是否存在 0:正常当前有效数据;1:历史数据',
|
|
|
|
`executed_company_id` char(32) DEFAULT NULL COMMENT '被执行人主体唯一键',
|
|
|
|
`applayer_company_id` char(32) DEFAULT NULL COMMENT '申请执行人主体唯一键',
|
|
PRIMARY KEY (`id`),
|
|
PRIMARY KEY (`id`),
|
|
UNIQUE KEY `idx_unique_id` (`unique_id`),
|
|
UNIQUE KEY `idx_unique_id` (`unique_id`),
|
|
KEY `idx_case_code` (`case_code`),
|
|
KEY `idx_case_code` (`case_code`),
|
... | | ... | |