What is wrong with this table creation

CREATE TABLE `spid_1__0` (
  `recordname` varchar(255) NOT NULL default '',
  `data` enum NOT NULL,
  PRIMARY KEY  (`recordname`,`data`)
) TYPE=MyISAM ROW_FORMAT=DYNAMIC;


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to