how to change a column to null in mysql code example Example: mysql alter table column nullable ALTER TABLE mytable MODIFY mycolumn VARCHAR(255);