I have the following sql create statement
mysql> CREATE TABLE IF NOT EXISTS `erp`.`je_menus` ( -> `id` INT(11) NOT NULL AUTO_INCREMENT , -&g
I try to set type of column as 'timestamp' and it works for me.