Mysql table

      CREATE  TABLE sites(id INT( 10  )  NOT  NULL  AUTO_INCREMENT ,
   username VARCHAR( 16  ) ,
    PASSWORD VARCHAR( 16  ) ,
   name VARCHAR( 50  ) ,
   email VARCHAR( 50  ) ,
   sitename VARCHAR,
   sitedescription VARCHAR( 50  ) ,
   date VARCHAR( 50  ) ,
    PRIMARY  KEY ( id ) 
  ); 
   
  
    
      MySQL said: 

#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 ’
sitedescription VARCHAR( 50 ) ,
date VARCHAR( 50 ) ,
PRIMAR
Any idea what’s wrong help would be appreciated