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