Kumar Thangavel
Results
2
comments of
Kumar Thangavel
Hi @vladmihalcea , I am facing the similar issue The code we have ` @Type(ListArrayType::class) @Column(name = "disabilities", columnDefinition = "text[]") var disabilities: List? = null,` What is your suggestion...