From 47988ad65b4a71daaf3ccc4123394584cc18f003 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Wed, 22 Jan 2025 15:15:54 +0800 Subject: [PATCH] change_ufutx_s2_customer_visit_records --- 1737530142_change_ufutx_s2_customer_visit_records.up.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 1737530142_change_ufutx_s2_customer_visit_records.up.sql diff --git a/1737530142_change_ufutx_s2_customer_visit_records.up.sql b/1737530142_change_ufutx_s2_customer_visit_records.up.sql new file mode 100644 index 0000000..2b674f3 --- /dev/null +++ b/1737530142_change_ufutx_s2_customer_visit_records.up.sql @@ -0,0 +1,5 @@ +ALTER TABLE `ufutx_s2_customer_visit_records` DROP `customer_name`; +ALTER TABLE `ufutx_s2_customer_visit_records` DROP `customer_type`; +ALTER TABLE `ufutx_s2_customer_visit_records` DROP `contacts_name`; +ALTER TABLE `ufutx_s2_customer_visit_records` DROP `contacts_mobile`; +ALTER TABLE `ufutx_s2_customer_visit_records` ADD `customer_id` BIGINT NOT NULL AFTER `id`; \ No newline at end of file