Magidoc

order_by
Enum

column ordering options

Possible Values

#

asc

in the ascending order, nulls last

asc_nulls_first

in the ascending order, nulls first

asc_nulls_last

in the ascending order, nulls last

desc

in the descending order, nulls first

desc_nulls_first

in the descending order, nulls first

desc_nulls_last

in the descending order, nulls last