psa.smb_apsContexts
Overview
Column Descriptions
id –
CREATE TABLE `smb_apsContexts` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`contextType` int(11) DEFAULT '0',
`packageId` int(11) NOT NULL,
`requirementContextClass` varchar(255) DEFAULT NULL,
`requirementContextId` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8
Related documentation
March 13th, 2013 in
Uncategorized