|
Name |
abarepositorymappings |
|
Code |
ap_rma |
|
Creation Date |
21 november 2011 13:11:05 |
|
Modification Date |
23 november 2011 16:13:21 |
|
Comment |
Maps paths for a repository to a unique id. |
|
This table maps a repository path to an ID which is unique for the repository. This solves the problem that different persons may access a repository in different ways. For instance, some may refer to a SourceSafe database by drive letter, while other use an UNC path. When AbaPerls checks whether a file is loaded from the same path as the current version in the database, AbaPerls replaces the repository path of the path with the unique id. |
|
|
|
Data |
NOT |
F |
|
|
repositorypath |
nvarchar(250) |
X |
|
|
|
|
repositoryid |
varchar(36) |
|
|
|
|
Name |
Columns |
Options |
PK |
|
pk_ap_rma |
repositorypath | clustered |
X |
|
Name |
Columns |
Unique |
Clu |
PK |
FK |
AK |
|
ap_rma_id_ix |
repositoryid |
|
|
|
|
|
|
Child Table |
Foreign Key Columns |
|
vc_repository |
|
|
vc_repository |
|
|
vc_repository |
|
|
|