Table: dbo.Privilege_Description
This table holds description for Privileges with a database prefix specified in database_prefix.
Columns
NameTypeConstraintsDescription
privilege_description_KEYint (4)NOT NULL
privilege_KEYint (4)NOT NULLPrimary key.
database_prefixnvarchar (8)NOT NULLThe database prefix the description will apply to.
descriptionnvarchar (80)NOT NULLThe Privilege description for systems with a database prefix specified in database_prefix
Primary key
NameColumnsDescription
PK_Privilege_Descriptionprivilege_description_KEY
Unique constraints
NameColumnsDescription
UK_Privilege_Description$privilege_KEY$database_prefixprivilege_KEY, database_prefix

Schema diagram