浏览代码

表新增字段维护

lmx 2 天之前
父节点
当前提交
74b4a93a8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs-service/src/main/resources/db/tenant-initTable.sql

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

@@ -3060,7 +3060,7 @@ CREATE TABLE `crm_customer`
     `next_time`             datetime NULL DEFAULT NULL COMMENT '下次跟进时间',
     `is_pool_rule`          tinyint NULL DEFAULT 1 COMMENT '是否采用入公海规则 0:否 1:是',
     `sys_visit_time`        datetime NULL DEFAULT NULL COMMENT '系统自建跟进时间',
-    `historical_communication` text CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci NULL COMMENT '历史沟通内容',
+    `historical_communication` text NULL COMMENT '历史沟通内容',
     PRIMARY KEY (`customer_id`) USING BTREE,
     UNIQUE INDEX `customer_code`(`customer_code`) USING BTREE,
     INDEX                   `create_user_id`(`create_user_id`) USING BTREE,