temp authentication user
This commit is contained in:
@@ -29,7 +29,7 @@ public class TokenManagement extends BaseEntity {
|
||||
private String id;
|
||||
|
||||
@Column(name = "user_id")
|
||||
private String userId;
|
||||
private Long userId;
|
||||
|
||||
@Lob
|
||||
@Column(name = "access_token")
|
||||
|
Reference in New Issue
Block a user