Difference between revisions of "Semantic MediaWiki/data/smw redi2"
< Semantic MediaWiki | data
Jump to navigation
Jump to search
(Created page with "==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 DEFAUL...") |
m (moved smw redi2 to Semantic MediaWiki/data/smw redi2: forgot to prefix with /) |
(No difference)
|
Latest revision as of 20:50, 22 January 2012
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>