The trouble is that the SQL statement is not valid for MySQL 5.5, and the server I'm running on does not have 5.6. Soreturns an error (as stated above).Code:`links_date_added` datetime NOT NULL default '0000-00-00 00:00:00'
I will experiment either with using TIMESTAMP or a TRIGGER instead and post results.
Bookmarks