feat(数据源): 数据源表单sql

This commit is contained in:
fit2cloud-chenyw 2022-09-05 11:50:43 +08:00
parent f6dbf5ffb3
commit 2370b5b0c1

View File

@ -6,3 +6,5 @@ CREATE TABLE `sys_external_token` (
`exp_time` bigint(13) NOT NULL COMMENT '过期时间',
PRIMARY KEY (`type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE utf8mb4_general_ci;
UPDATE `sys_menu` set `component` = 'system/datasource/DsForm' where `component` = 'system/datasource/form';