I get the error when trying to add a text column to an existing MySQL table.
The syntax I am using is:
ALTER TABLE tbl_user ADD COLUMN vBio TEXT AFTER vFirstName;
How can I alter the SQL syntax to get rid of this error?
1292 - Incorrect date value ’0000-00-00’ for column ‘dDob’ at row 4