Table: Interaction_Link | |||
Contains additional information about links to Interaction items. | |||
Columns | |||
Name | Type | Constraints | Description |
link_KEY | int | NOT NULL | Primary key, and key to parent table |
interaction_KEY | int | NOT NULL | Key to the interaction that this link links to |
create_date_utc | datetime | NOT NULL | |
update__staff_KEY | int | NOT NULL | |
update_date_utc | datetime | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Interaction_Link$link_KEY | link_KEY | CLUSTERED | |
Indexes | |||
Name | Columns | Description | |
IX_Interaction_Link$interaction_KEY | interaction_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Interaction_Link__Interaction__interaction_KEY | interaction_KEY | Interaction | |
FK_Interaction_Link__Link__link_KEY | link_KEY | Link |