I created a table as follows:
CREATE TABLE IF NOT EXISTS \'e!\' ( `aa` int(11) unsigned NOT NULL auto_increment, `showName` TEXT NOT NULL default \'\', `star
You need back-ticks around the e!
Also, your datetimes need default values that resolve to a datetime.
datetime