You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to remove the quotation marks generated by @Column(columnDefinition = "integer[]") in the SQL creation statement? These quotation marks cause a PostgreSQL error via JDBC: ERROR: type "integer[]" does not exist.