| This table stores information about links to external documents. |
| link_KEY | int | NOT NULL | Assigned by COMMON_dp_Allocate_Unique_Identifiers. Primary key of this table |
| link_group_KEY | int | NOT NULL | Parent group of this link |
| description | nvarchar (260) | NOT NULL | User-configurable name of this link |
| sort | int | NOT NULL | A value indicating what order to sort items in |
| link_type_KEY | int | NOT NULL | Type of link this is |
| target | nvarchar (2048) | NOT NULL | The information used to resolve the link. Depending on the link_type_KEY, this column can store a file system location, an URI, a GoFileRoom document ID, a FileCabinet item ID, etc. |
| comment | nvarchar (-1) | NOT NULL | Optional reason why this link was created |
| create_machine_name | nvarchar (50) | NOT NULL | Machine name of the machine on which this link was created |
| create__staff_KEY | int | NOT NULL | Key of Staff who created this row. |
| update__staff_KEY | int | NOT NULL | |
| create__changeset_KEY | int | NOT NULL | |
| update__changeset_KEY | int | NOT NULL | |