Merge branch 'main' of github.com:dataease/dataease into main

This commit is contained in:
taojinlong
2021-05-18 16:58:46 +08:00
8 changed files with 73 additions and 36 deletions

View File

@@ -45,6 +45,7 @@ CREATE TABLE `datasource` (
`create_time` bigint(13) NOT NULL COMMENT 'Create timestamp',
`create_by` varchar(50) DEFAULT NULL COMMENT '创建人ID',
`update_time` bigint(13) NOT NULL COMMENT 'Update timestamp',
`create_by` varchar(50) COMMENT '创建人ID',
PRIMARY KEY (`id`)
)ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4;