mirror of
https://github.com/dataease/dataease.git
synced 2026-05-22 21:38:32 +08:00
feat(数据源): 数据源表单sql
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user