I'm having real trouble trying to get the MySQL database to add the default value I have specified when no data is added to that field.
I've created a "varchar(60) not null default 'na.gif'" row which should return na.gif when no data is supplied, i've tried all sorts of ways to make it work - using "", NULL, 0, ,, but the default never kicks in.
What am I doing wrong?
Please help