psa.smb_apsInstances
Overview
Column Descriptions
id –
1 2 3 4 5 6 7 8 9 | CREATE TABLE `smb_apsInstances` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parentContextId` int(11) NOT NULL, `contextId` int(11) NOT NULL, `metaId` int(11) NOT NULL, `uuid` varchar(255) DEFAULT NULL, `registryResourceId` varchar(36) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 |
Related documentation
March 13th, 2013 in
Uncategorized