Semantic MediaWiki/data/smw text2
< Semantic MediaWiki | data
Jump to navigation
Jump to search
About
- Version: 1.7
SQL
<mysql>CREATE TABLE `smw_text2` (
`s_id` int(8) unsigned NOT NULL, `p_id` int(8) unsigned NOT NULL, `value_blob` mediumblob, KEY `s_id` (`s_id`), KEY `p_id` (`p_id`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;</mysql>