| Table: dbo.Custom_Portlet | |||
| Columns | |||
| Name | Type | Constraints | Description |
| custom_portlet_KEY | int (4) | NOT NULL | Key assigned to identify this record. |
| description | nvarchar (60) | NOT NULL | Description of the portlet (unique per private__staff_KEY.) |
| custom_portlet_type_KEY | int (4) | NOT NULL | Reference to the type of custom portlet that this is. |
| private__staff_KEY | int (4) | Key of Staff who this portlet belongs to, null if this is a public portlet. | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Custom_Portlet | custom_portlet_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Custom_Portlet$private__staff_KEY$description | private__staff_KEY, description | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Custom_Portlet__Custom_Portlet_Type__custom_portlet_type_KEY | custom_portlet_type_KEY | Custom_Portlet_Type (custom_portlet_type_KEY) | |
| FK_Custom_Portlet__Staff__private__staff_KEY | private__staff_KEY | Staff (staff_KEY) | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Web_Page_Portlet__Custom_Portlet__custom_portlet_KEY | custom_portlet_KEY | Web_Page_Portlet | |