feat(数据源): 支持 Kylin

This commit is contained in:
taojinlong 2022-10-25 13:44:53 +08:00
parent e199ba9cee
commit bf92ddaa4e

View File

@ -31,3 +31,5 @@ WHERE (`msg_type_id` = 6);
ALTER TABLE `sys_user_assist`
ADD COLUMN `larksuite_id` VARCHAR(255) NULL DEFAULT NULL AFTER `lark_id`;
ALTER TABLE `dataset_table_field` CHANGE COLUMN `type` `type` VARCHAR(255) NOT NULL COMMENT '原始字段类型' ;