small fix

This commit is contained in:
amentis 2023-11-29 10:46:49 +02:00
parent 126d47f9e4
commit 439efbd98a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class UserRoleEntity {
public static final String _role = "role";
public static final int _roleLength = 512;
@Column(name = "user", nullable = false)
@Column(name = "\"user\"", nullable = false)
private UUID userId;
public static final String _userId = "userId";