SirCharles
Programmer
I'm looking at a product called 'phpESP' which is a survey tool written in php and mysql. After using mysqladmin to sqldump the db, I noticed that some fields are defined as "...NOT NULL default ''" With my Oracle background, this just does not make sense. The '' implies null value to me, so why would these columns be defined this way?