codice:
CREATE TABLE confirmations (
  id int(11) NOT NULL default '0',
  user_id int(11) NOT NULL default '0',
  check char(32) default NULL
);
#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 'default NULL )' at line 3

Dove sta l'errore?