On Wed, Jan 25, 2023 at 8:43 AM Roy Smith roy@panix.com wrote:
I suppose I could just declare an explicit length for that column, but what part of VARCHAR did they not understand?
Yea, it's variable length but it still wants you to give it a maximum length.
upstream says: "The CHAR and VARCHAR types are declared with a length that indicates the maximum number of characters you want to store. "
So I think that is indeed your solution to just add _max_ length. But it can still vary up to this length.