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 3 additions and 5 deletions
+3 -5
  • lake/ec_app.md lake/ec_app.md +3 -5
  • No files found.
lake/ec_app.md
View page @ 9bd31981
...@@ -14,9 +14,6 @@ ...@@ -14,9 +14,6 @@
### 建表语句 ### 建表语句
```sql ```sql
CREATE TABLE `tb_app_data` ( CREATE TABLE `tb_app_data` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增id', `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增id',
...@@ -59,6 +56,7 @@ CREATE TABLE `tb_app_data` ( ...@@ -59,6 +56,7 @@ CREATE TABLE `tb_app_data` (
KEY `idx_app_id` (`app_id`) KEY `idx_app_id` (`app_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5220537 DEFAULT CHARSET=utf8 COMMENT='移动APP数据'; ) ENGINE=InnoDB AUTO_INCREMENT=5220537 DEFAULT CHARSET=utf8 COMMENT='移动APP数据';
### 数据结构 ### 数据结构
```json ```json
...@@ -123,8 +121,8 @@ CREATE TABLE `tb_app_data` ( ...@@ -123,8 +121,8 @@ CREATE TABLE `tb_app_data` (
| labels | varchar | APP标签(多个标签用“,”隔开) | | labels | varchar | APP标签(多个标签用“,”隔开) |
| create_time | timestamp | 收录时间 | | create_time | timestamp | 收录时间 |
| update_time | datetime | 最后更新时间 | | update_time | datetime | 最后更新时间 |
| use_flag | smallint | 使用标记 | | use_flag | smallint | 使用标记,10废弃删除 |
| is_history | smallint | 是否是历史数据 | | is_history | smallint | 是否是历史数据,1历史数据 |
### 样例 ### 样例
......
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