| Table: Web_Page_Portlet | |||
| Columns | |||
| Name | Type | Constraints | Description |
| web_page_portlet_KEY | int | NOT NULL | |
| custom_portlet_KEY | int | NOT NULL | |
| update__staff_KEY | int | NOT NULL | |
| update_date_utc | datetime | NOT NULL | |
| create_date_utc | datetime | NOT NULL | |
| url | nvarchar (2048) | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Web_Page_Portlet$web_page_portlet_KEY | web_page_portlet_KEY | CLUSTERED | |
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Web_Page_Portlet$custom_portlet_KEY | custom_portlet_KEY | custom_portlet_KEY == web_page_portlet_KEY. | |
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Web_Page_Portlet__Custom_Portlet__custom_portlet_KEY | custom_portlet_KEY | Custom_Portlet | on delete cascade; |