Table: dbo.Privilege_Description | |||
This table holds description for Privileges with a database prefix specified in database_prefix. | |||
Columns | |||
Name | Type | Constraints | Description |
privilege_description_KEY | int (4) | NOT NULL | |
privilege_KEY | int (4) | NOT NULL | Primary key. |
database_prefix | nvarchar (8) | NOT NULL | The database prefix the description will apply to. |
description | nvarchar (80) | NOT NULL | The Privilege description for systems with a database prefix specified in database_prefix |
Primary key | |||
Name | Columns | Description | |
PK_Privilege_Description | privilege_description_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Privilege_Description$privilege_KEY$database_prefix | privilege_KEY, database_prefix |