zentaopms/db/update16.0.sql
2023-05-16 10:47:08 +08:00

3 lines
179 B
SQL

ALTER TABLE zt_productplan ADD `status` enum('wait','doing','done','closed') NOT NULL default 'wait' AFTER `title`;
ALTER TABLE zt_product modify column `reviewer` text NOT NULL;