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 2 additions and 3 deletions
+2 -3
  • lake/ec_app.md lake/ec_app.md +2 -3
  • No files found.
lake/ec_app.md
View page @ bd1736d3
......@@ -20,7 +20,7 @@
```sql
CREATE TABLE `tb_app_data` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增id',
`app_id` int(11) NOT NULL COMMENT '平台APP ID',
`app_id` varchar(64) NOT NULL COMMENT '平台APP ID',
`app_name` varchar(64) DEFAULT NULL COMMENT 'APP名称',
`package_name` varchar(128) DEFAULT NULL COMMENT '包名',
`category_name` varchar(64) DEFAULT NULL COMMENT '分类名称',
......@@ -49,7 +49,7 @@ CREATE TABLE `tb_app_data` (
`use_flag` smallint(6) DEFAULT '0' COMMENT '使用标记',
`is_history` smallint(6) DEFAULT '0' COMMENT '是否是历史数据',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_id_name` (`app_id`,`package_name`),
UNIQUE KEY `idx_id_name` (`app_id`,`app_name`),
KEY `idx_digest` (`company_name_digest`) ,
KEY `idx_create_time` (`create_time`),
KEY `idx_update_time` (`update_time`),
......@@ -58,7 +58,6 @@ CREATE TABLE `tb_app_data` (
KEY `idx_app_state` (`app_state`),
KEY `idx_app_id` (`app_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5220537 DEFAULT CHARSET=utf8 COMMENT='移动APP数据';
```
### 数据结构
......
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