psa.apsContextsApplications
Overview
Column Descriptions
id –
apsContextId –
registryApplicationId –
1 2 3 4 5 6 | CREATE TABLE `apsContextsApplications` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `apsContextId` int(10) unsigned NOT NULL, `registryApplicationId` varchar(36) CHARACTER SET ascii NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 |
Related documentation
February 11th, 2013 in
Uncategorized