ALTER TABLE mytable MODIFY mycolumn VARCHAR(255);
UPDATE [table] SET [column]=0 WHERE [column] IS NULL;