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