The constraint name, matching the constraint_name in DataColumn.
The constraint type: 'enum', 'range', or 'glob'.
A human-readable description of this constraint entry, or null if not specified.
The maximum value for a 'range' constraint, or null for other types.
Whether the maximum value is inclusive (true) or exclusive (false). null if not a range constraint.
The minimum value for a 'range' constraint, or null for other types.
Whether the minimum value is inclusive (true) or exclusive (false). null if not a range constraint.
The allowed value for an 'enum' constraint, or a glob pattern for 'glob'. null for 'range' constraints.
Represents a row in the
gpkg_data_column_constraintstable.Constraints can be of type
'enum','range', or'glob'and define valid values or value ranges for data columns.