Mine
public text v1 · immutableSQL query:
-- --------------------------------------------------------
--
-- Table structure for table `templates`
--
CREATE TABLE `templates` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`name` varchar( 40 ) NOT NULL default '',
`dir` varchar( 100 ) NOT NULL default '',
`editable` tinyint( 4 ) NOT NULL default '0',
`css` text NOT NULL ,
`design` text NOT NULL ,
PRIMARY KEY ( `id` , `id` )
) TYPE = MYISAM AUTO_INCREMENT =14;
MySQL said:
#1060 - Duplicate column name 'id'