A postgres array of int values, with each element being a 64bit integer.
static const CustomSqlType<List<int>> bigIntArray = ArrayType(type: pg.Type.bigIntegerArray, name: 'int8[]');