From bf3eca9a39ee923086f0a4c3f45d5f60892be138 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Wed, 22 Jan 2025 15:28:36 +0800 Subject: [PATCH] change_ufutx_s2_customer --- 1737530907_change_ufutx_s2_customer.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1737530907_change_ufutx_s2_customer.up.sql diff --git a/1737530907_change_ufutx_s2_customer.up.sql b/1737530907_change_ufutx_s2_customer.up.sql new file mode 100644 index 0000000..59301b4 --- /dev/null +++ b/1737530907_change_ufutx_s2_customer.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_customer` CHANGE `contacts_name` `contacts_name` VARCHAR(256) NOT NULL COMMENT '客户联系人名称'; \ No newline at end of file