Name Type MSSql Type Oracle Type DB2 Nullable Description
USG_OH_Idnr int NUMBER(38,0) int false primary key of the user group
USG_Folder varchar (200) VARCHAR2 (200 CHAR) varchar(200) true fix mounted folder for the user
USG_Privilege bigint NUMBER(38,0) bigint false bit array of privileges the user group has

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_USG USG_OH_Idnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_USG_OH USG_OH_Idnr OH_Idnr

Return to the Index File