A postgres array of double values.
static const CustomSqlType<List<double>> doubleArray = ArrayType(type: pg.Type.doubleArray, name: 'float8[]');