diff --git a/1741598260_customer_visit_records_add_visit_type.up.sql b/1741598260_customer_visit_records_add_visit_type.up.sql new file mode 100644 index 0000000..0b41bdf --- /dev/null +++ b/1741598260_customer_visit_records_add_visit_type.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_s2_customer_visit_records` +ADD COLUMN `visit_type` tinyint not null comment "拜访方式 1-线上,2-线下" after `user_id`