From 84dbf4c573a9bc4b907cbbd32bfe4b65f7924b1d Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 15 Jan 2026 10:54:18 +0800 Subject: [PATCH] customer add label --- 1768445474_table_customer_add_label.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1768445474_table_customer_add_label.up.sql diff --git a/1768445474_table_customer_add_label.up.sql b/1768445474_table_customer_add_label.up.sql new file mode 100644 index 0000000..c171fb4 --- /dev/null +++ b/1768445474_table_customer_add_label.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_s2_customer` +ADD COLUMN `label` JSON default null comment "标签" after `ocr_detail` \ No newline at end of file