migrate/1768385170_customer_add_ocr_detail.up.sql

2 lines
113 B
MySQL
Raw Permalink Normal View History

2026-01-14 18:07:50 +08:00
ALTER TABLE `ufutx_s2_customer`
ADD COLUMN `ocr_detail` text default null comment "识别结果" after `latitude`