Define columns that we can sort by
Example:
orderBy?: DbOrderByCriterion< typeof myTable, "publishesAt" | "activatesAt" | "endsAt">[]; Copy
orderBy?: DbOrderByCriterion< typeof myTable, "publishesAt" | "activatesAt" | "endsAt">[];
dbOrderBy
Define columns that we can sort by
Example:
See
dbOrderBy