Yes, it’s been annotated with that the whole time
@Enumerated(EnumType.ORDINAL)
@Column(name = "token_type", nullable = false)
private TokenType tokenType;
`token_type` VARCHAR(255) NOT NULL
Yes, it’s been annotated with that the whole time
@Enumerated(EnumType.ORDINAL)
@Column(name = "token_type", nullable = false)
private TokenType tokenType;
`token_type` VARCHAR(255) NOT NULL