Difference between revisions of "Semantic MediaWiki/data/smw spec2"
< Semantic MediaWiki | data
		
		
		
		Jump to navigation
		Jump to search
		 (Created page with "==About== * '''Version''': 1.7 ==SQL== <mysql>CREATE TABLE `smw_spec2` (   `s_id` int(8) unsigned NOT NULL,   `p_id` int(8) unsigned NOT NULL,   `value_string` varbinary(255) ...")  | 
			
(No difference) 
 | 
Revision as of 20:32, 22 January 2012
About
- Version: 1.7
 
SQL
<mysql>CREATE TABLE `smw_spec2` (
`s_id` int(8) unsigned NOT NULL, `p_id` int(8) unsigned NOT NULL, `value_string` varbinary(255) DEFAULT NULL, KEY `s_id` (`s_id`), KEY `p_id` (`p_id`), KEY `s_id_2` (`s_id`,`p_id`)
) ENGINE=InnoDB DEFAULT CHARSET=binary;</mysql>