Wiki link tracking table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| objectID | bigint | N/A | false | The object ID containing the link. | |
| objectType | int | N/A | false | The object type containing the link. | |
| targetAnchorText | varchar | 3500 | true | The target anchor text. | |
| targetAttachmentID | bigint | N/A | true | The target attachment ID. | |
| targetDescription | varchar | 3500 | true | The link description. | |
| targetLinkType | int | N/A | false | The target link type (Constants defined in the application). | |
| targetObjectID | bigint | N/A | true | The link target object ID. | |
| targetObjectType | int | N/A | true | The link target object type. | |
| targetText | varchar | 3500 | true | The link text. | |
| targetURL | varchar | 3500 | true | The target URL. |