| Name | Type MSSql | Type Oracle | Type DB2 | Type Postgresql | Nullable | Description |
|---|---|---|---|---|---|---|
| USG_OH_Idnr | int | NUMBER(38,0) | int | int | false | ID of the user group. |
| USG_Folder | varchar (200) | VARCHAR2 (200 CHAR) | varchar(200) | varchar (200) | true | Fix mounted home folder for the user. |
| USG_Privilege | bigint | NUMBER(38,0) | bigint | bigint | false | Bit array of privileges the user group posseses. |
| Name | Fields | Primary | Unique | Clustered | Nonclustered |
|---|---|---|---|---|---|
| PK_USG | USG_OH_Idnr | true | true | true | false |
| Name | Local References | Foreign References |
|---|---|---|
| FK_USG_OH | USG_OH_Idnr | OH_Idnr |
Return to the Index File