psa.Repository

Overview
Column Descriptions

rep_id
component_id

CREATE TABLE `Repository` (
  `rep_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `component_id` int(10) unsigned NOT NULL,
  PRIMARY KEY (`rep_id`,`component_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1

Related documentation