change the structure of table by setting the column to null in mysql code example Example: mysql alter table column nullable ALTER TABLE mytable MODIFY mycolumn VARCHAR(255);