Explorar o código

1、初始化脚本调整

yys hai 1 semana
pai
achega
1d48a68531
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs-service/src/main/resources/db/tenant-initTable.sql

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

@@ -18557,7 +18557,7 @@ CREATE TABLE `crm_customer_call_app_log`
     `cost`             decimal(10, 2) NULL DEFAULT NULL COMMENT '花费金额',
     `create_by`        varchar(255)  NULL DEFAULT NULL,
     `update_by`        varchar(255)  NULL DEFAULT NULL,
-    `update_time`      datetime NULL DEFAULT NULL
+    `update_time`      datetime NULL DEFAULT NULL,
     PRIMARY KEY (`log_id`) USING BTREE,
     INDEX              `company_and_company_user_idx`(`company_id`, `company_user_id`) USING BTREE,
     INDEX              `customer_id_idx`(`customer_id`) USING BTREE