psa.apsContextsApplications

Overview
Column Descriptions

id
apsContextId
registryApplicationId

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