fix: sql
This commit is contained in:
parent
aea71643dc
commit
f56889e957
@ -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`)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user