task add type

This commit is contained in:
Hankin 2025-08-04 09:42:24 +08:00
parent 957f123d4a
commit ad9dd044af

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_s2_customer_task`
ADD COLUMN `type` enum("CRM", "DMA") default null after `status`