Mysql WorkBench : Default varchar value as empty
Just put two quotes ''
in default
field for your column.
Or right-click on a column and choose Default ''
The workbench has a bug an fails to update the empty string (it says, no changes). I set it to a space first ' ', and then change the sql code to an empty string ''. That does the trick.