From 1996ba9577213d6de6195707618dc736fb6f48bf Mon Sep 17 00:00:00 2001 From: Hankin Date: Tue, 12 May 2026 10:12:42 +0800 Subject: [PATCH] service cert --- 1778550089_create_service_cert.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1778550089_create_service_cert.up.sql b/1778550089_create_service_cert.up.sql index d927c4b..9f7b488 100644 --- a/1778550089_create_service_cert.up.sql +++ b/1778550089_create_service_cert.up.sql @@ -1,7 +1,7 @@ CREATE TABLE `health`.`ufutx_service_cert` ( `id` INT NOT NULL AUTO_INCREMENT, `user_id` INT NOT NULL COMMENT "用户id", - `type` TINYINT DEFAULT 1 COMMENT '证书类型 1:友福;2:第三方1,3:第三方2', + `type` TINYINT DEFAULT 1 COMMENT '证书类型 1:友福;2:第三方1,3:第三方2 ', `pic` VARCHAR(191) DEFAULT NULL COMMENT "图片", `created_at` TIMESTAMP NULL DEFAULT NULL, `updated_at` TIMESTAMP NULL DEFAULT NULL,