pues ejecuto esta sentencia SQL y me da el siguiente error

Código PHP:
CREATE TABLE general(
nombre VARCHAR(120),
descripcion VARCHAR(120),
fecha date(0000-00-00)
);
y el error es el siguiente:
#1064 - 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 '(0000-00-00)
)' at line 4
alguien me podria ayudar??????? en que estoy mal =S
Gracias.