Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
K
kb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • kb
  • Wiki
    • Lake
  • risk_restricted_outbound

risk_restricted_outbound · Changes

Page history
Update risk_restricted_outbound authored May 26, 2022 by cao jingfeng's avatar cao jingfeng
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 0 deletions
+2 -0
  • lake/risk_restricted_outbound.md lake/risk_restricted_outbound.md +2 -0
  • No files found.
lake/risk_restricted_outbound.md
View page @ c24559b5
...@@ -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`),
......
Clone repository
  • README
  • basic_guidelines
  • basic_guidelines
    • basic_guidelines
    • dev_guide
    • project_build
    • 开发流程
  • best_practice
  • best_practice
    • AlterTable
    • RDS
    • azkaban
    • create_table
    • design
    • elasticsearch
    • elasticsearch
      • ES运维
    • logstash
View All Pages