how to sort rows lexographically by the string value of the postgres enum column
I've read that postgres by default sorts rows by the integer value of enum columns and not their string value.
Using drizzle orm how to sort rows of a postgres table lexographically by the string value of one of its enum columns?
0 Replies