uinteger

fun uinteger(name: String): Column<UInt>

Creates a numeric column, with the specified name, for storing 4-byte unsigned integers.

Note: If the database being used is not MySQL or MariaDB, this column will use the database's 8-byte integer type with a check constraint that ensures storage of only values between 0 and UInt.MAX_VALUE inclusive.