Hibernate 6 cannot persist Enum as Ordinal in VARCHAR column

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