Table: Integration_Custom_Value | |||
Columns | |||
Name | Type | Constraints | Description |
integration_custom_value_KEY | int | NOT NULL | |
update__staff_KEY | int | NOT NULL | |
update_date_utc | datetime | NOT NULL | |
custom_field_KEY | int | NOT NULL | |
row_KEY | int | NOT NULL | |
custom_field_type_KEY | int | NOT NULL | |
custom_field_description | nvarchar (250) | NOT NULL | |
custom_value | nvarchar (4000) | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Integration_Custom_Value$integration_custom_value_KEY | integration_custom_value_KEY | CLUSTERED | |
Indexes | |||
Name | Columns | Description | |
IX_Integration_Custom_Value$row_KEY | row_KEY | Index supports foreign key FK_Integration_Custom_Value__Integration_Sheet_Entry__row_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Integration_Custom_Value__Integration_Sheet_Entry__row_KEY | row_KEY | Integration_Sheet_Entry | on delete cascade; |