mysql> describe news; +-------+---------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-------+---------------+------+-----+---------+----------------+ | id | int(11) | | PRI | NULL | auto_increment | | when | timestamp(14) | YES | | NULL | | | what | text | | | | | +-------+---------------+------+-----+---------+----------------+ 3 rows in set (0.00 sec)