psa.Repository
Overview
Column Descriptions
rep_id –
component_id –
1 2 3 4 5 | 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
January 17th, 2013 in
Uncategorized