This is for anyone who's gotten the above error with PostGRES...
I couldn't figure out what the problem was until I realised that one of the fields in my table was declared as a varchar, but that I had neglected to indicate the length of the field....in other words, I had defined the field as
email varchar[]
I couldn't figure out what the problem was until I realised that one of the fields in my table was declared as a varchar, but that I had neglected to indicate the length of the field....in other words, I had defined the field as
email varchar[]