Create index in DESC order
Consider this schema:
The index of the query is expected to serve this query only, so I wanna have it in DESC order.
I.e. the goal:
The issue is
desc()
doesn't seem to do any when declaring the index. How am I supposed to specify DESC in this case?2 Replies