Table: Feed_Channel | |||
Columns | |||
Name | Type | Constraints | Description |
feed_channel_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 | |
link | nvarchar (-1) | NOT NULL | |
title | nvarchar (500) | NOT NULL | |
publication_date | datetime | NOT NULL | |
minutes_to_live | int | NOT NULL | |
items_to_keep | int | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Feed_Channel$feed_channel_KEY | feed_channel_KEY | CLUSTERED |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Feed_Channel_Item__Feed_Channel__feed_channel_KEY | feed_channel_KEY | Feed_Channel_Item | |
FK_Feed_Portlet__Feed_Channel__feed_channel_KEY | feed_channel_KEY | Feed_Portlet |