This commit is contained in:
taojinlong 2021-05-18 17:09:55 +08:00
parent aea71643dc
commit f56889e957

View File

@ -43,7 +43,6 @@ CREATE TABLE `datasource` (
`type` varchar(50) NOT NULL COMMENT '类型',
`configuration` longtext NOT NULL COMMENT '详细信息',
`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`)