| Table: dbo.Custom_Portlet_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| custom_portlet_type_KEY | int (4) | NOT NULL | Key assigned to identify this record. |
| description | nvarchar (60) | NOT NULL | Description. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Custom_Portlet_Type | custom_portlet_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Custom_Portlet_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Custom_Portlet__Custom_Portlet_Type__custom_portlet_type_KEY | custom_portlet_type_KEY | Custom_Portlet | |