ulong

fun ulong(name: String): Column<ULong>

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

Note: For PostgreSQL, the maximum value this column will store is Long.MAX_VALUE.