psa.smb_productUpgrades
Overview
Column Descriptions
id –
CREATE TABLE `smb_productUpgrades` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`releaseId` varchar(255) DEFAULT NULL,
`description` varchar(255) DEFAULT NULL,
`shown` int(11) DEFAULT '0',
`version` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8
Related documentation
March 13th, 2013 in
Uncategorized