fix(database): 增加sql分号方便使用

This commit is contained in:
v-zhangjc9
2024-05-16 14:57:08 +08:00
parent 486b9ec6b5
commit ceec7bf36f
5 changed files with 5 additions and 5 deletions

View File

@@ -19,4 +19,4 @@ CREATE TABLE `data_source_table`
PRIMARY KEY (`table_id`),
KEY `AK_unique_table_name` (`ds_id`, `table_name`),
KEY `AK_table_id` (`table_id`, `record_state`)
) DEFAULT CHARSET = utf8mb4 COMMENT ='数据表信息'
) DEFAULT CHARSET = utf8mb4 COMMENT ='数据表信息';