I have a \"bill_date\" field that I want to be blank (NULL) until it\'s been billed, at which point the date will be entered.
I see that MySQL does not like NULL val
I just tested in MySQL v5.0.6 and the datetime column accepted null without issue.