| Table: dbo.Portlet_Type | |||
| Columns | |||
| Name | Type | Constraints | Description |
| portlet_type_KEY | int (4) | NOT NULL | portlet type |
| description | nvarchar (60) | NOT NULL | portlet type |
| Primary key | |||
| Name | Columns | Description | |
| PK_Portlet_Type | portlet_type_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Portlet_Type$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Firm_Shortcut__Portlet_Type__portlet_type_KEY | portlet_type_KEY | Firm_Shortcut | |
| FK_Client_Shortcut__Portlet_Type__portlet_type_KEY | portlet_type_KEY | Client_Shortcut | |
| FK_Staff_Shortcut__Portlet_Type__portlet_type_KEY | portlet_type_KEY | Staff_Shortcut | |