I try to run this sql and it just keeps giving me a pop up of error 1064 and I'm not sure why.
Error 1064
According to the MySQL documentation, there is no option, as far as I can see, to add "if not exists" after "add column" https://dev.mysql.com/doc/refman/8.4/en/alter-table.html
LONGTEXT columns do not have a default value. This too is in the documentation. https://dev.mysql.com/doc/refman/8.0/en/blob.html
Please login to leave a reply, or register at first.