Table: dbo.Report_Definition_Security_Group | |||
Each record indicates that the report is available to staff who are in the specified security group | |||
Columns | |||
Name | Type | Constraints | Description |
report_definition_security_group_KEY | int (4) | NOT NULL | Primary key for the table. |
report_definition_KEY | int (4) | NOT NULL | Key of report that's being granted access to. |
security_group_KEY | int (4) | NOT NULL | Security group that the report is being granted access in. |
Primary key | |||
Name | Columns | Description | |
PK_Report_Definition_Security_Group | report_definition_security_group_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Report_Definition_Security_Group$security_group_KEY$report_definition_KEY | security_group_KEY, report_definition_KEY |