Options for generating a column definition in DDL.
Optional
Optional default value expression (e.g., "'Active'", "GETUTCDATE()").
Column name (unquoted — the dialect will quote it).
Whether the column allows NULL values.
Full SQL type string (e.g., "NVARCHAR(255)", "INTEGER", "TIMESTAMPTZ").
Options for generating a column definition in DDL.