This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new e902e0d27a Add index description (#625)
e902e0d27a is described below
commit e902e0d27a46262127d4c36b0c1271a62e645f34
Author: binbincheng <[email protected]>
AuthorDate: Mon Dec 19 17:24:16 2022 +0800
Add index description (#625)
---
.../current/development/table/all.md | 220 ++++++++++++++++++++-
1 file changed, 217 insertions(+), 3 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/table/all.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/table/all.md
index 38dbcef610..f32540afd5 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/table/all.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/development/table/all.md
@@ -35,6 +35,14 @@ sidebar_position: 1
| 2 | hadoop-LINKISCLI,hive-2.3.3 | hadoop | bdpdev01dss02:20903 |
bdpdev01dss02:9102 | 63ea31dc-65b1-42c4-8963-5fe4468f0ae0 | ShuttingDown |
hadoop/20221025/hive/63ea31dc-65b1-42c4-8963-5fe4468f0ae0/logs | 1 |
{"instance":1,"memory":"1024.0 MB","cpu":1} | 1 |
{"instance":1,"memory":"1024.0 MB","cpu":1} | 1 |
{"instance":1,"memory":"1024.0 MB","cpu":1} | 2022-10-25 17:55:52 | 2022-10-25
17:54:36 | 2022-10-25 17:54:20 |
| 3 | hadoop-LINKISCLI,python-python2 | hadoop | bdpdev01dss02:21320 |
bdpdev01dss02:9102 | 3f8a4f73-fdbb-407e-ae1b-0b14b9d08bcf | ShuttingDown |
hadoop/20221025/python/3f8a4f73-fdbb-407e-ae1b-0b14b9d08bcf/logs | 1 |
{"instance":1,"memory":"1024.0 MB","cpu":1} | 1 |
{"instance":1,"memory":"1024.0 MB","cpu":1} | 1 |
{"instance":1,"memory":"1024.0 MB","cpu":1} | 2022-10-25 17:57:41 | 2022-10-25
17:55:55 | 2022-10-25 17:55:44 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `idx_tid` | 将`ticket_id` 列设置为普通索引 | INDEX | `ticket_id` |
+| 2 | `uniq_tid_lv` | 将`ticket_id`,`label_value`列设置为唯一索引 | UNIQUE KEY |
`ticket_id`,`label_value` |
+
+
## 2. linkis_cg_engine_conn_plugin_bml_resources
@@ -47,9 +55,9 @@ sidebar_position: 1
| 3 | `version` | 物料版本 | varchar(100) | | YES | | |
| 4 | `file_name` | 文件名 conf.zip/lib.zip | varchar(255) | | YES | | |
| 5 | `file_size` | 大小 byte | bigint(20) | | NO | | 0 |
-| 6 | `last_modified` |文件的md5值| bigint(20) | | YES | | |
-| 7 | `bml_resource_id` | Owning system | varchar(100) | | NO | | |
-| 8 | `bml_resource_version` | Resource owner | varchar(200) | | NO | | |
+| 6 | `last_modified` |最新修改时间| bigint(20) | | YES | | |
+| 7 | `bml_resource_id` | bml物料id | varchar(100) | | NO | | |
+| 8 | `bml_resource_version` | bml物料版本 | varchar(200) | | NO | | |
| 9 | `create_time` | created time | datetime | | NO | | CURRENT_TIMESTAMP |
| 10 | `last_update_time` | updated time | datetime | | NO | |
CURRENT_TIMESTAMP |
@@ -123,6 +131,12 @@ sidebar_position: 1
| 40 | engineType | {"engineType":"flink","version":"1.11.1"} | OPTIONAL | 2 |
2021-06-08 22:07:26 | 2021-06-08 22:07:26 |
| 41 | combined_userCreator_engineType |
{"creator":"IDE","user":"johnnwang","engineType":"spark","version":"2.4.3"} |
OPTIONAL | 4 | 2021-06-08 22:07:37 | 2021-06-08 22:07:37 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_lk_lv` | 将`label_key`,`label_value` 列设置为唯一索引 | UNIQUE KEY |
`label_key`,`label_value` |
+
@@ -146,6 +160,12 @@ sidebar_position: 1
| 14218 | 24 | 14219 | 2022-11-12 23:30:09 | 2022-11-12 23:30:09 |
| 14219 | 13267 | 14220 | 2022-11-12 23:30:09 | 2022-11-12 23:30:09 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_label_id` | 将`label_id` 列设置为唯一索引 | UNIQUE KEY | `label_id` |
+
@@ -170,6 +190,12 @@ sidebar_position: 1
| 201 | 105 | bdpdev01dss02:9102 | 2022-11-15 14:54:56 | 2022-11-15 14:54:56 |
| 202 | 23 | bdpdev01dss02:9102 | 2022-11-15 14:54:56 | 2022-11-15 14:54:56 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `idx_lid_instance` | 将`label_id`,`service_instance` 列设置为普通索引 | INDEX |
`label_id`,`service_instance` |
+
## 7. linkis_cg_manager_label_user
@@ -194,6 +220,13 @@ sidebar_position: 1
| 5 | `update_time` | | datetime | | YES | | CURRENT_TIMESTAMP |
| 6 | `create_time` | | datetime | | YES | | CURRENT_TIMESTAMP |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_lvk_lid` | 将`label_value_key`,`label_id` 列设置为唯一索引 | UNIQUE KEY |
`label_value_key`,`label_id` |
+
+
**示例数据**
@@ -287,6 +320,12 @@ sidebar_position: 1
| 121640 | bdpujes110002:9102 | linkis-cg-engineconnmanager | hadoop | process
| 2022-11-08 09:52:16 | 2022-11-08 09:52:16 | hadoop | hadoop |
| 121686 | gz.xg.bdpdws110001.webank:35932 | linkis-cg-engineconn |
neiljianliu | process | 2022-11-08 10:40:39 | 2022-11-08 10:40:23 | neiljianliu
| neiljianliu |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_instance` | 将`instance` 列设置为唯一索引 | UNIQUE KEY | `instance` |
+
## 13. linkis_cg_manager_service_instance_metrics
@@ -395,6 +434,14 @@ sidebar_position: 1
| 3 | WS-AUTH | * | * | BDP | 2021-09-15 | 2021-09-15 | -1 | LINKIS |
| 4 | dss-AUTH | * | * | BDP | 2021-09-15 | 2021-09-15 | -1 | LINKIS |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_token_name` | 将`token_name` 列设置为唯一索引 | UNIQUE KEY | `token_name` |
+
+
+
## 17. linkis_ps_bml_project
> bml 物料管理工程项目记录 主要提供给dss 工程空间的项目列表
@@ -418,6 +465,14 @@ sidebar_position: 1
| 2523 | metabase_test_tjg_345 | dss | \N | jinyangrao 在bml创建的工程 | jinyangrao
| 1 | 2022-11-16 09:11:08 |
| 2522 | test_1114_54_copynull | dss | \N | stacyyan 在bml创建的工程 | stacyyan | 1
| 2022-11-15 10:44:27 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_name` | 将`name` 列设置为唯一索引 | UNIQUE KEY | `name` |
+
+
+
## 18. linkis_ps_bml_project_resource
> bml项目和对应的资源id关系表
@@ -462,6 +517,12 @@ sidebar_position: 1
| 23 | 22 | neiljianliu | 7 | neiljianliu | 2021-05-10 15:26:23 | \N |
| 24 | 22 | jianfuzhang | 5 | neiljianliu | 2021-05-10 15:26:23 | \N |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_name_pid` | 将`username`, `project_id` 列设置为唯一索引 | UNIQUE KEY |
`username`, `project_id` |
+
## 20. linkis_ps_bml_resources
@@ -574,6 +635,12 @@ sidebar_position: 1
| 2 | 9d39cb8e-1447-46d5-a11d-b597b2e3200f | 46bf4ff26651c448efb85ffa9c54907f
| v000001 | 58965932 | 1 | 58965932 |
hdfs:///apps-data/hadoop/bml/20210429/9d39cb8e-1447-46d5-a11d-b597b2e3200f | \N
| 2021-04-29 12:21:10 | 2021-04-29 12:21:10 | 10.107.118.104 | \N | 1 |
| 3 | bc620bfd-d3f4-4fa5-84f7-1c484fac2241 | 8e13ba687fa1ee04e113bff50290a5c6
| v000001 | 1745 | 1 | 1745 |
hdfs:///apps-data/hadoop/bml/20210429/bc620bfd-d3f4-4fa5-84f7-1c484fac2241 | \N
| 2021-04-29 12:21:14 | 2021-04-29 12:21:14 | 10.107.118.104 | \N | 1 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_rid_version` | 将`resource_id`, `version` 列设置为唯一索引 | UNIQUE KEY |
`resource_id`, `version` |
+
## 24. linkis_ps_common_lock
@@ -603,6 +670,12 @@ sidebar_position: 1
| 6 | `update_time` | | datetime | | NO | | CURRENT_TIMESTAMP |
| 7 | `create_time` | | datetime | | NO | | CURRENT_TIMESTAMP |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_lock_object` | 将`lock_object` 列设置为唯一索引 | UNIQUE KEY |
`lock_object` |
+
**示例数据**
@@ -612,6 +685,12 @@ sidebar_position: 1
| 102 | 46587 | 2 | | \N | 2021-08-19 20:07:20 | 2021-08-19 20:07:20 |
| 103 | 47340 | 1 | | \N | 2021-08-23 10:50:02 | 2021-08-23 10:50:02 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_label_id` | 将`label_id` 列设置为唯一索引 | UNIQUE INDEX | `label_id` |
+
## 26. linkis_ps_configuration_config_key
@@ -667,6 +746,12 @@ sidebar_position: 1
| 64 | 19 | python2 | 3300 | 2022-08-09 17:38:15 | 2021-06-08 20:15:04 |
| 65 | 5 | 50G | 1348 | 2022-05-16 15:39:44 | 2021-06-10 17:55:11 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_kid_lid` | 将 `config_key_id`, `config_label_id` 列设置为唯一索引 | UNIQUE
INDEX | `config_key_id`, `config_label_id` |
+
## 28. linkis_ps_configuration_key_engine_relation
@@ -691,6 +776,11 @@ sidebar_position: 1
| 74 | 2 | 46586 |
| 81 | 2 | 47340 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_kid_lid` | 将`config_key_id`, `engine_type_label_id` 列设置为唯一索引 |
UNIQUE INDEX | `config_key_id`, `engine_type_label_id` |
@@ -708,6 +798,12 @@ sidebar_position: 1
| 8 | `create_time` | create time | datetime | | NO | | CURRENT_TIMESTAMP |
| 9 | `access_time` | last access time | datetime | | NO | |
CURRENT_TIMESTAMP |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `idx_keyword` | 将`keyword` 列设置为普通索引 | INDEX | `keyword` |
+
@@ -737,6 +833,13 @@ sidebar_position: 1
| 62120 | alexwu | \N |
{"className":"org.apache.linkis.cs.common.entity.source.LinkisHAWorkFlowContextID","subs":[],"fieldNames":[],"fieldValues":[],"fieldTypes":[]}
| \N | \N | cs_2_dev | cs_1_dev | 2022-11-16 14:32:16 | 2022-11-16 14:32:16 |
2022-11-16 14:32:16 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `idx_instance` | 将`instance` 列设置为普通索引 | INDEX | `instance` |
+| 2 | `idx_backup_instance` | 将`backup_instance` 列设置为普通索引 | INDEX |
`backup_instance` |
+| 3 | `idx_instance_bin` | 将`instance`(128),`backup_instance` 列设置为普通索引 | INDEX
| `instance`(128),`backup_instance` |
@@ -788,6 +891,13 @@ sidebar_position: 1
| 31325 | flow.variable.user.to.proxy | PUBLIC | OBJECT |
{"className":"com.webank.wedatasphere.linkis.cs.common.entity.source.CommonContextKeyValue","subs":[{"className":"com.webank.wedatasphere.linkis.cs.common.entity.source.CommonContextKey","subs":[],"fieldNames":[],"fieldValues":[],"fieldTypes":[]},{"className":"com.webank.wedatasphere.linkis.cs.common.entity.source.CommonContextValue","subs":[],"fieldNames":[],"fieldValues":[],"fieldTypes":[]}],"fieldNames":[],"fieldValues":[],"fie
[...]
| 31326 | flow.infos | PUBLIC | OBJECT |
{"className":"com.webank.wedatasphere.linkis.cs.common.entity.source.CommonContextKeyValue","subs":[{"className":"com.webank.wedatasphere.linkis.cs.common.entity.source.CommonContextKey","subs":[],"fieldNames":[],"fieldValues":[],"fieldTypes":[]},{"className":"com.webank.wedatasphere.linkis.cs.common.entity.source.CommonContextValue","subs":[],"fieldNames":[],"fieldValues":[],"fieldTypes":[]}],"fieldNames":[],"fieldValues":[],"fieldTypes":[]}
| {" [...]
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_key_cid_ctype` | 将`key`,`context_id`,`context_type`列设置为唯一索引 |
UNIQUE INDEX | `key`,`context_id`,`context_type` |
+| 2 | `idx_keywords` | 将`keywords`列设置为普通索引 | INDEX | `keywords` |
+
## 33. linkis_ps_cs_context_map_listener
@@ -917,6 +1027,13 @@ sidebar_position: 1
| 215 | jin_ind | test_1109aaa | test_1109aaa | stacyyan | | 2022-11-09
09:51:41 | | | | 0 | 0 | 1 | 0 | 0 | 1 | 1 |
| 214 | stacyyan_ind | test_1108ar | test_1108ar | stacyyan | | 2022-11-08
21:14:41 | | | | 0 | 0 | 1 | 0 | 0 | 1 | 1 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_db_name` | 将`database`,`name` 列设置为唯一索引 | UNIQUE INDEX
|`database`,`name` |
+
+
## 39. linkis_ps_datasource_table_info
@@ -991,6 +1108,12 @@ sidebar_position: 1
| 1 | BDP-UAT | BDP-UAT测试环境 | 4 | {"uris":"thrift://bdphdp100001:9083",
"hadoopConf":{"hive.metastore.execute.setugi":"true"}} | 2022-04-12 22:34:11 |
\N | 2022-04-12 22:34:11 | \N |
| 2 | BDAP-UAT | BDAP-UAT测试环境 | 4 | {"uris":"thrift://bdphdp110001:9083",
"hadoopConf":{"hive.metastore.execute.setugi":"true"}} | 2022-04-12 22:34:11 |
\N | 2022-04-12 22:34:11 | \N |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_env_name` | 将`env_name` 列设置为唯一索引 | UNIQUE KEY | `env_name` |
+| 2 | `uniq_name_dtid` | 将`env_name`, `datasource_type_id` 列设置为唯一索引 | UNIQUE
INDEX | `env_name`, `datasource_type_id` |
@@ -1058,6 +1181,12 @@ sidebar_position: 1
| 5 | 1 | password | 密码 | \N | PASSWORD | \N | 1 | 密码 | | \N | \N | \N |
2022-04-12 22:34:11 | 2022-04-12 22:34:11 |
| 6 | 4 | envId | 集群环境 | \N | SELECT | \N | 1 | 集群环境 | \N | \N | \N |
/data-source-manager/env-list/all/type/4 | 2022-04-12 22:34:11 | 2022-04-12
22:34:11 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_dstid_key` | 将`data_source_type_id`, `key` 列设置为唯一索引 | UNIQUE KEY |
`data_source_type_id`, `key` |
+
## 44. linkis_ps_dm_datasource_version
@@ -1114,6 +1243,13 @@ sidebar_position: 1
| 4 | `update_time` | update unix timestamp | datetime | | YES | |
CURRENT_TIMESTAMP |
| 5 | `create_time` | create unix timestamp | datetime | | YES | |
CURRENT_TIMESTAMP |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_instance` | 将`instance` 列设置为唯一索引 | UNIQUE KEY | `instance` |
+
+
## 47. linkis_ps_instance_label
@@ -1145,6 +1281,12 @@ sidebar_position: 1
| 63 | route | test_A | OPTIONAL | 0 | 2022-01-06 15:04:35 | 2022-01-06
15:04:35 |
| 61 | userCreator | auto-test | OPTIONAL | 2 | 2021-12-22 14:36:33 |
2021-12-22 14:36:33 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_lk_lv` | 将`label_key`,`label_value` 列设置为唯一索引 | UNIQUE KEY |
`label_key`,`label_value` |
+
**示例数据**
@@ -1174,6 +1316,13 @@ sidebar_position: 1
| 875 | 5 | bdpdws110004:9108 | 2022-11-08 09:51:23 | 2022-11-08 09:51:23 |
| 876 | 64 | bdphdp11ide01:9108 | 2022-11-08 09:51:26 | 2022-11-08 09:51:26 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_lid_instance` | 将`label_id`,`service_instance` 列设置为唯一索引 | UNIQUE
KEY | `label_id`,`service_instance` |
+
+
## 49. linkis_ps_instance_label_value_relation
@@ -1195,6 +1344,12 @@ sidebar_position: 1
| creator | a | 50 | 2021-08-03 19:40:48 | 2021-08-03 19:40:48 |
| user | a | 50 | 2021-08-03 19:40:48 | 2021-08-03 19:40:48 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_lvk_lid` | 将`label_value_key`,`label_id` 列设置为唯一索引 | UNIQUE KEY |
`label_value_key`,`label_id` |
+
## 50. linkis_ps_job_history_detail
@@ -1266,6 +1421,12 @@ sidebar_position: 1
| 3400400 | nodeexecution_allenlliu_appconn_110 | allenlliu | allenlliu |
{"nodeName":"datachecker_90101_copy","requestIP":"127.0.0.1","projectName":"mytest_xq_0032","flowName":"test_workflow001"}
|
{"codeType":"datachecker","engineType":"appconn-1","userCreator":"allenlliu-nodeexecution"}
|
{"configuration":{"startup":{"ReuseEngine":"true","jobId":"3400400"},"runtime":{"max.check.hours":"1","nodeName":"datachecker_90101_copy","workspace":"{\"workspaceId\":224,\"workspaceName\":\"bdapWor
[...]
| 3400399 | IDE_connorliuyude_spark_1 | connorliuyude | connorliuyude |
{"DSS-Scriptis":"import_to_connorliuyude_qml.peter_100w_1000_a_1668585127900.scala","requestIP":"10.107.116.246"}
|
{"codeType":"scala","engineType":"spark-2.4.3","userCreator":"connorliuyude-IDE"}
|
{"configuration":{"special":{},"runtime":{"args":"","env":[],"wds.linkis.resultSet.store.path":"hdfs:///apps-data/connorliuyude/linkis/2022-11-16/155208/IDE/3400399","source":{"DSS-Scriptis":"import_to_connorliuyude_qml.
[...]
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `idx_created_time` | 将`created_time` 列设置为普通索引 | INDEX | `created_time` |
+| 2 | `idx_submit_user` | 将`submit_user` 列设置为普通索引 | INDEX | `submit_user` |
## 52. linkis_ps_resources_download_history
@@ -1545,6 +1706,12 @@ sidebar_position: 1
| 3 | table_a | \N | \N | -1 | \N | \N | \N |
| 4 | aaaa | \N | \N | -1 | \N | \N | \N |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `idx_aid` | 将`application_id` 列设置为普通索引 | INDEX | `application_id` |
+
## 64. linkis_ps_variable_key_user
@@ -1566,3 +1733,50 @@ sidebar_position: 1
| 2 | -1 | 2 | stacyyan | student |
| 3 | -1 | 3 | jianfuzhang | a_01 |
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `idx_key_id` | 将`key_id` 列设置为普通索引 | INDEX | `key_id` |
+| 2 | `uniq_aid_kid_uname` | 将`application_id`,`key_id`,`user_name` 列设置为普通索引 |
INDEX | `application_id`,`key_id`,`user_name` |
+| 3 | `idx_aid` | 将`application_id` 列设置为普通索引 | INDEX | `application_id` |
+
+## 65.linkis_cg_user_ip_config
+
+| 序号 | 名称 | 描述 | 类型 | 键 | 为空 | 额外 | 默认值 |
+| :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: |
+| 1 | `id` | | int(20) | PRI | NO | auto_increment | |
+| 2 | `user` | | varchar(50) | NO | | | |
+| 3 | `creator` | | varchar(50) | NO | | | |
+| 4 | `ip_list` | | text | NO | | | |
+| 5 | `create_time` | | datetime |NO | | | |
+| 6 | `update_time` | | datetime |NO | | | |
+| 7 | `desc` | | varchar(100) |NO | | | |
+| 8 | `bussiness_user` | | varchar(50) |NO | | | |
+
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uniq_user_creator` | 将`user`,`creator` 列设置为唯一索引 | UNIQUE KEY |
`user`,`creator` |
+
+
+## 66.linkis_cg_tenant_label_config
+
+| 序号 | 名称 | 描述 | 类型 | 键 | 为空 | 额外 | 默认值 |
+| :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: |
+| 1 | `id` | | int(20) | PRI | NO | auto_increment | |
+| 2 | `user` | | varchar(50) | NO | | | |
+| 3 | `creator` | | varchar(50) | NO | | | |
+| 4 | `tenant_value` | | varchar(128) | NO | | | |
+| 5 | `create_time` | | datetime |NO | | | |
+| 6 | `update_time` | | datetime |NO | | | |
+| 7 | `desc` | | varchar(100) |NO | | | |
+| 8 | `bussiness_user` | | varchar(50) |NO | | | |
+
+**索引说明**
+
+| 序号 | 名称 | 描述 | 类型 | 字段 |
+| :--: | :--: | :--: | :--: | :--: |
+| 1 | `uin_user_creator` | 将`user`,`creator` 列设置为唯一索引 | UNIQUE KEY |
`user`,`creator` |
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]