Table: dbo.Synchronized_Privilege
Identifies groups of privilege keys that must always have the same value in the array of privilege data.
Columns
NameTypeConstraintsDescription
privilege_KEYint (4)NOT NULLPrimary key. Identifies one privilege in a group of privileges that must have the same value.
synchronized_privilege_group_KEYint (4)NOT NULLIdentifies which synchronized group this privilege belongs to.
Primary key
NameColumnsDescription
PK_Synchronized_Privilege$privilege_KEYprivilege_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Synchronized_Privilege__Privilege__privilege_KEYprivilege_KEYPrivilege (privilege_KEY)
FK_Synchronized_Privilege__Synchronized_Privilege_Group__synchronized_privilege_group_KEYsynchronized_privilege_group_KEYSynchronized_Privilege_Group (synchronized_privilege_group_KEY)

Schema diagram