my table in postgreSQL is
create table x (feature varchar[]);
I want to use the method "selectOne" to select an array, here is my confi