Semantic MediaWiki/data/smw subs2: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "==About== * '''Version''': 1.7 ==SQL== <mysql>CREATE TABLE `smw_subs2` ( `s_id` int(8) unsigned NOT NULL, `o_id` int(8) unsigned DEFAULT NULL, KEY `s_id` (`s_id`), KEY..." |
m moved smw subs2 to Semantic MediaWiki/data/smw subs2: forgot to prefix with / |
(No difference)
| |
Revision as of 20:52, 22 January 2012
About
- Version: 1.7
SQL
<mysql>CREATE TABLE `smw_subs2` (
`s_id` int(8) unsigned NOT NULL, `o_id` int(8) unsigned DEFAULT NULL, KEY `s_id` (`s_id`), KEY `o_id` (`o_id`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;</mysql>
