migrate/1768445474_table_customer_add_label.up.sql

2 lines
104 B
MySQL
Raw Permalink Normal View History

2026-01-15 10:54:18 +08:00
ALTER TABLE `ufutx_s2_customer`
ADD COLUMN `label` JSON default null comment "标签" after `ocr_detail`