I'm trying to add a column with VARCHAR(MAX) to a mySQL table, and i believe the syntax is correct, it's just not going through?
here is my code:
ALTER TABLE content ADD contents VARCHAR(MAX);
It says there is a problem with the MAX part of the code, even though I believe its correct, any help would be fantastic!