All pastes #465470 Raw Edit

Mine

public text v1 · immutable
#465470 ·published 2007-04-30 11:14 UTC
rendered paste body
SQL 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'