NullableColumnIndexOptions type
What NullableIndex accepts: every ColumnIndexOptions field except expression, which it sets itself.
Signature:
export type NullableColumnIndexOptions = Omit<ColumnIndexOptions, 'expression'>;
References: ColumnIndexOptions
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.