if you have a field in table like this:
`f` VARCHAR(200) NOT NULL DEFAULT ' '
and then try to change that to TEXT type -->
SQL Error (1101): BLOB/TEXT column 'f' can't have a default value
Changing should in that case automaticaly assign 'no default value' to that field.