Yes, that's the plan. I put it here first to get some testing feedback on databases beyond what I'm using myself.
Yup.
A fresh install doesn't use null for that field. Not sure why you're changing it to null (nor why you're not using the keyword 'default' as well).
Since v1.3.8 the schema for products_date_added has been:
products_date_added datetime NOT NULL default '0001-01-01 00:00:00',



Reply With Quote
