short

fun short(name: String, checkConstraintName: String? = null): Column<Short>

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