| Table: Feed_Portlet | |||
| Columns | |||
| Name | Type | Constraints | Description |
| feed_portlet_KEY | int | NOT NULL | |
| update__staff_KEY | int | NOT NULL | |
| update_date_utc | datetime | NOT NULL | |
| create_date_utc | datetime | NOT NULL | |
| custom_portlet_KEY | int | NOT NULL | |
| feed_channel_KEY | int | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Feed_Portlet$feed_portlet_KEY | feed_portlet_KEY | CLUSTERED | |
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Feed_Portlet$custom_portlet_KEY | custom_portlet_KEY | ||
| Indexes | |||
| Name | Columns | Description | |
| IX_Feed_Portlet$feed_channel_KEY | feed_channel_KEY | Index supports foreign key FK_Feed_Portlet__Feed_Channel__feed_channel_KEY | |
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Feed_Portlet__Custom_Portlet__custom_portlet_KEY | custom_portlet_KEY | Custom_Portlet | on delete cascade; |
| FK_Feed_Portlet__Feed_Channel__feed_channel_KEY | feed_channel_KEY | Feed_Channel | |