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