Table: dbo.Document_Management_System_Value_Type | |||
This table defines all supported value types when outputting to various Document Management Systems. | |||
Columns | |||
Name | Type | Constraints | Description |
document_management_system_value_type_KEY | int (4) | NOT NULL | Primary Key for this table. |
description | nvarchar (60) | NOT NULL | The description of the Document Management System Value Type. |
Primary key | |||
Name | Columns | Description | |
PK_Document_Management_System_Value_Type | document_management_system_value_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Document_Management_System_Value_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Onvio_Documents_Mapping__Document_Management_System_Value_Type__document_management_system_value_type_KEY | document_management_system_value_type_KEY | Onvio_Documents_Mapping | Must reference appropriate foreign Value Type table. |