fix(keystone): change token AuditIds width (#23851)

This commit is contained in:
屈轩
2025-11-27 17:19:37 +08:00
committed by GitHub
parent 8622137834
commit 0ec78aaa8a
+1 -1
View File
@@ -56,7 +56,7 @@ type STokenCache struct {
Valid bool
Method string `width:"32" charset:"ascii"`
AuditIds string `width:"256" charset:"utf8" index:"true"`
AuditIds string `width:"512" charset:"utf8" index:"true"`
UserId string `width:"128" charset:"ascii" nullable:"false"`
ProjectId string `width:"128" charset:"ascii" nullable:"true"`