psa.smb_apsPackagesCategories
Overview
Column Descriptions
id –
CREATE TABLE `smb_apsPackagesCategories` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`categoryId` int(11) DEFAULT NULL,
`packageId` int(11) DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `categoryId_idx` (`categoryId`),
KEY `packageId_idx` (`packageId`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8
Related documentation
March 13th, 2013 in
Uncategorized