| Table: dbo.Synchronized_Privilege_Group | |||
| Each row identifies a privilege that is logically the same across modules but is implemented with multiple privilege keys that must always have the same value privilege data array. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| synchronized_privilege_group_KEY | int (4) | NOT NULL | Primary key. |
| description | nvarchar (100) | NOT NULL | Describes the common function that is represented by this privilege group. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Synchronized_Privilege_Group | synchronized_privilege_group_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Synchronized_Privilege_Group$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Synchronized_Privilege__Synchronized_Privilege_Group__synchronized_privilege_group_KEY | synchronized_privilege_group_KEY | Synchronized_Privilege | |