integer

fun integer(name: String, checkConstraintName: String? = null): Column<Int>

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