Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
---|---|---|---|---|---|---|
REPO_Client | smallint | NUMBER(38,0) | smallint | smallint | false | client number |
REPO_BranchName | varchar(max) | CLOB | clob(20480 k) COMPACT | text | false | active repository |
REPO_VERSION | varchar (100) | VARCHAR2 (100 CHAR) | varchar(100) | varchar (100) | true | Currently active (not necessarily newest) version in the repository |
Name | Fields | Primary | Unique | Clustered | Nonclustered |
---|---|---|---|---|---|
PK_REPO | REPO_Client | true | true | true | false |
Name | Local References | Foreign References |
---|
Return to the Index File