byte

fun byte(name: String, checkConstraintName: String? = null): Column<Byte>

Creates a numeric column, with the specified name, for storing 1-byte integers. An optional checkConstraintName can be passed to allow customizing the check constraint name when needed.