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
  • ec_app

ec_app · Changes

Page history
Update ec_app authored Jul 28, 2021 by 李子健's avatar 李子健
Hide whitespace changes
Inline Side-by-side
Showing with 1 addition and 0 deletions
+1 -0
  • lake/ec_app.md lake/ec_app.md +1 -0
  • No files found.
lake/ec_app.md
View page @ 8e9f76c2
...@@ -49,6 +49,7 @@ CREATE TABLE `tb_app_data` ( ...@@ -49,6 +49,7 @@ CREATE TABLE `tb_app_data` (
`use_flag` smallint(6) DEFAULT '0' COMMENT '使用标记', `use_flag` smallint(6) DEFAULT '0' COMMENT '使用标记',
`is_history` smallint(6) DEFAULT '0' COMMENT '是否是历史数据', `is_history` smallint(6) DEFAULT '0' COMMENT '是否是历史数据',
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
UNIQUE KEY `idx_id_name` (`app_id`,`package_name`),
KEY `idx_digest` (`company_name_digest`) , KEY `idx_digest` (`company_name_digest`) ,
KEY `idx_create_time` (`create_time`), KEY `idx_create_time` (`create_time`),
KEY `idx_update_time` (`update_time`), KEY `idx_update_time` (`update_time`),
......
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