From b6ad2ff6ae96decfec12061579e5b5059bd21107 Mon Sep 17 00:00:00 2001 From: XuqmGroup Date: Tue, 16 Jun 2026 15:30:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20log-service=20entity=20fingerprint=20CHA?= =?UTF-8?q?R(64)=20=E5=AF=B9=E9=BD=90=20Flyway=20migration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- .../src/main/java/com/xuqm/log/entity/LogIssueEntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xuqm-log-service/src/main/java/com/xuqm/log/entity/LogIssueEntity.java b/xuqm-log-service/src/main/java/com/xuqm/log/entity/LogIssueEntity.java index 5e55475..907bf41 100644 --- a/xuqm-log-service/src/main/java/com/xuqm/log/entity/LogIssueEntity.java +++ b/xuqm-log-service/src/main/java/com/xuqm/log/entity/LogIssueEntity.java @@ -14,7 +14,7 @@ public class LogIssueEntity { @Column(nullable = false, length = 64) private String appKey; - @Column(nullable = false, length = 64) + @Column(nullable = false, columnDefinition = "CHAR(64)") private String fingerprint; @Column(nullable = false, length = 32)