* Add field stage for chart.

This commit is contained in:
qixinzhi
2023-02-07 16:45:38 +08:00
parent c1c261883a
commit 7c2e937eda
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `zt_chart` ADD `stage` enum('draft','published') NOT NULL DEFAULT 'draft' AFTER `group`;