CREATE TABLE IF NOT EXISTS `MASTER_PAGES` (`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,`title` VARCHAR( 100 ) NOT NULL ,`description` TEXT NOT NULL ,`showInHeader` BOOL NOT NULL ,`showInFooter` BOOL NOT NULL ,`showInMenu` BOOL NOT NULL ,`dateCreated` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP)

SQL Error:You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CURRENT_TIMESTAMP)' at line 1