Explorar el Código

表结构维护

lmx hace 1 semana
padre
commit
b1b22f30f6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      fs-service/src/main/resources/db/tenant-initTable.sql

+ 0 - 1
fs-service/src/main/resources/db/tenant-initTable.sql

@@ -3066,7 +3066,6 @@ CREATE TABLE `crm_customer`
     `is_pool_rule`          tinyint NULL DEFAULT 1 COMMENT '是否采用入公海规则 0:否 1:是',
     `is_pool_rule`          tinyint NULL DEFAULT 1 COMMENT '是否采用入公海规则 0:否 1:是',
     `sys_visit_time`        datetime NULL DEFAULT NULL COMMENT '系统自建跟进时间',
     `sys_visit_time`        datetime NULL DEFAULT NULL COMMENT '系统自建跟进时间',
     `historical_communication` text NULL COMMENT '历史沟通内容',
     `historical_communication` text NULL COMMENT '历史沟通内容',
-    `wx_contact_id` bigint NULL DEFAULT NULL COMMENT '外部联系人',
     PRIMARY KEY (`customer_id`) USING BTREE,
     PRIMARY KEY (`customer_id`) USING BTREE,
     UNIQUE INDEX `customer_code`(`customer_code`) USING BTREE,
     UNIQUE INDEX `customer_code`(`customer_code`) USING BTREE,
     INDEX                   `create_user_id`(`create_user_id`) USING BTREE,
     INDEX                   `create_user_id`(`create_user_id`) USING BTREE,