$ open source · GPL-3.0 — need a commercial license? imqueue.com →

ColumnIndexOptions.nullsFirst property

true sorts nulls first, false sorts them last, and leaving it out follows Postgres.

Signature:

nullsFirst: boolean;

Remarks

Postgres's own default depends on the direction: nulls last for ASC, first for DESC. Set it only to match an ORDER BY that asks for the other one.