You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
314 B

CREATE TABLE IF NOT EXISTS `tiki_output` (
`entityId` varchar(160) NOT NULL default '',
`objectType` varchar(32) NOT NULL default '',
`outputType` varchar(32) NOT NULL default '',
`version` int(8) NOT NULL default '0',
`outputId` INT NOT NULL PRIMARY KEY AUTO_INCREMENT
) ENGINE=MyISAM AUTO_INCREMENT=1;