forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
Trackback Table Reference
mikert edited this page Feb 15, 2011
·
1 revision
This table exists primarily to support the entry and category objects. Its records contain the information that will be sent out when Melody sends a ping.
-
trackback_id
-integer not null auto_increment
. - Trackback table primary key. -
trackback_blog_id
-integer not null
. - The blog that is associated with this trackback. -
trackback_title
-string(255)
. - The title of the entry that corresponds to this trackback entry. -
trackback_description
-text
. - An excerpt from the entry that corresponds to this trackback entry, but slimmed down to fit a trackback. -
trackback_rss_file
-string(255)
. - TODO -
trackback_url
-string(255)
. - The URL which will be sent when the associated entry sends a trackback ping. -
trackback_entry_id
-integer not null
. - The entry associated with this trackback entry. -
trackback_category_id
-integer not null
. - The category associated with this trackback entry, for category trackbacks. -
trackback_is_disabled
-boolean
. - A flag which determines whether or not this object can receive a ping. -
trackback_passphrase
-string(30)
. - TODO