TIMESTAMP as column type
mysql> mysql> CREATE TABLE a (id INT, choice TINYINT, ts TIMESTAMP); Query OK, 0 rows affected (0.00 sec) mysql> mysql> mysql> drop table a; Query OK, 0 rows affected (0.00 sec)