I have a defined an array field in postgresql 9.4 database:
character varying(64)[]
Can I have an empty array e.g. {} for default value of that
I tested both the accepted answer and the one from the comments. They both work. I'll graduate the comments to an answer as it's my preferred syntax.