IndexColumnOptions
Index
Properties
optionalcollation
Collation for the column (PostgreSQL, SQLite, or MySQL/MariaDB via expression).
optionallength
Prefix length for the column (MySQL, MariaDB).
name
Column name or property path.
optionalnulls
NULLS ordering for the column (PostgreSQL).
optionalsort
Sort order for the column (default: ASC).
Options for column within an index, supporting advanced index features like prefix length and collation.