Before I started using MySql WorkBench, I used phpmyadmin and loved setting default values ββfor varchars to empty. Therefore, in my code, I would not need to check for null values ββand use it only if the $ value = '' comparison. How to set default value as empty in mysql workbench? If I leave the text field empty, unlike phpmyadmin, it seems to me that I do not want the default value.
Thank you
Imran
mysql mysql-workbench
Imran mar bukhsh
source share