KQLite Column
Parameters
name
The name of the column as defined by the user stored in columnName. This name will be escaped to ensure it is a valid SQL identifier.
type
Underlying data type of the column.
Type Parameters
T
The Kotlin type that this column will hold (e.g., Int, String?, ByteArray).