jiveTrackback Table

Trackback data table for blogs.

Column Name Type Length Nullable Unicode Description
creationDate bigint N/A false   The creation date of the trackback.
excerpt text N/A true true The excerpt of a external trackback.
ip varchar 15 true true The IP of the person who created the trackback.
moderated smallint N/A false   Whether or not the trackback is moderated.
modificationDate bigint N/A false   The modification date of the trackback.
objectID bigint N/A false   The ID of the object the trackback is associated with.
objectType int N/A false   The object type the trackback is associated with.
parentObjectID bigint N/A true   The ID of the parent object to the object the trackback is associated with.
parentObjectType int N/A true   The object type of the parent object to the object the trackback is associated with.
senderName varchar 100 true true The sender's name (external trackbacks only).
status int N/A false   The published status of the trackback.
title varchar 100 true true The title of the trackback.
trackbackID bigint N/A false   The ID of the trackback. Primary key.
url varchar 255 true true The trackback URL.