How to map String[] to PostgreSQL array column in mybatis

后端 未结 0 1026
借酒劲吻你
借酒劲吻你 2021-01-24 07:23

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题