psa.smb_componentUpdates
Overview
Column Descriptions
id –
1 2 3 4 5 6 7 8 | CREATE TABLE `smb_componentUpdates` ( `id` int(11) NOT NULL AUTO_INCREMENT, `componentName` varchar(255) DEFAULT NULL, `version` varchar(255) DEFAULT NULL, `build` varchar(255) DEFAULT NULL, `shown` int(11) DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 |
Related documentation
March 13th, 2013 in
Uncategorized