fix: log-service entity fingerprint CHAR(64) 对齐 Flyway migration

Co-Authored-By: Claude <noreply@anthropic.com>
这个提交包含在:
XuqmGroup 2026-06-16 15:30:21 +08:00
父节点 f075201e45
当前提交 b6ad2ff6ae

查看文件

@ -14,7 +14,7 @@ public class LogIssueEntity {
@Column(nullable = false, length = 64) @Column(nullable = false, length = 64)
private String appKey; private String appKey;
@Column(nullable = false, length = 64) @Column(nullable = false, columnDefinition = "CHAR(64)")
private String fingerprint; private String fingerprint;
@Column(nullable = false, length = 32) @Column(nullable = false, length = 32)