fix: log-service entity fingerprint CHAR(64) 对齐 Flyway migration
Co-Authored-By: Claude <noreply@anthropic.com>
这个提交包含在:
父节点
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)
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户