Semantic MediaWiki/data/smw redi2

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search

About

  • Version: 1.7

SQL

<mysql>CREATE TABLE `smw_redi2` (

 `s_title` varbinary(255) NOT NULL,
 `s_namespace` int(11) NOT NULL,
 `o_id` int(8) unsigned DEFAULT NULL,
 KEY `s_title` (`s_title`,`s_namespace`),
 KEY `o_id` (`o_id`)

) ENGINE=InnoDB DEFAULT CHARSET=binary;</mysql>