View Single Post
Old 02-19-2006, 10:32 AM   #1 (permalink)
frostyservant
Master of the Universe
 
frostyservant's Avatar
 
Join Date: Feb 2006
Posts: 13
frostyservant is on a distinguished road
MySQL Defaults question

According to the MySQL documentation, "Text" and "Blob" columns can't have defaults. Anyone know a way around this? I would simply use isset() in my php script to determine if the user had input a value or not, and write in a default value for them if they hadn't, but there's a whole seperate litany of problems there that I'd rather not deal with if I don't have to.
frostyservant is offline   Reply With Quote