char

fun char(name: String): Column<Char>

Creates a character column, with the specified name, for storing single characters.


fun char(name: String, length: Int, collate: String? = null): Column<String>

Creates a character column, with the specified name, for storing strings with the specified length using the specified text collate type. If no collate type is specified then the database default is used.