SyntaxFix
Write A Post
Hire A Developer
Questions
The following MySQL statement should modify your column to accept NULLs.
ALTER TABLE `MyTable` ALTER COLUMN `Col3` varchar(20) DEFAULT NULL