* Add private column to sql file.

This commit is contained in:
dingguodong
2021-07-13 15:00:58 +08:00
parent c8b3045fc9
commit dd7d97fc04
+1
View File
@@ -480,6 +480,7 @@ CREATE TABLE IF NOT EXISTS `zt_pipeline` (
`account` varchar(30) DEFAULT NULL,
`password` varchar(255) NOT NULL,
`token` varchar(255) DEFAULT NULL,
`private` char(32) DEFAULT NULL,
`createdBy` varchar(30) NOT NULL,
`createdDate` datetime NOT NULL,
`editedBy` varchar(30) NOT NULL,