long

fun long(name: String, checkConstraintName: String? = null): Column<Long>

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