| Table: dbo.Web_Page_Portlet | |||
| Columns | |||
| Name | Type | Constraints | Description |
| web_page_portlet_KEY | int (4) | NOT NULL | |
| custom_portlet_KEY | int (4) | NOT NULL | |
| url | nvarchar (4096) | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Web_Page_Portlet | web_page_portlet_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Web_Page_Portlet$custom_portlet_KEY | custom_portlet_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Web_Page_Portlet__Custom_Portlet__custom_portlet_KEY | custom_portlet_KEY | Custom_Portlet (custom_portlet_KEY) | |