ushort

fun ushort(name: String): Column<UShort>

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

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