Database Table: commenturls

From Dreamwidth Notes
Revision as of 12:30, 27 January 2010 by Exor674 (Talk | contribs)

Jump to: navigation, search
  • "{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property.
  • "{{{table type}}}" is not in the list of possible values (global, clustered, other) for this property.

Definition

CREATE TABLE commenturls (
   posterid INT UNSIGNED NOT NULL,
   journalid INT UNSIGNED NOT NULL,
   jtalkid mediumint UNSIGNED NOT NULL,
   timecreate INT UNSIGNED NOT NULL,
   url VARCHAR(255) NOT NULL,
   INDEX (timecreate)
)

Relationships

Outgoing

  • Foreign key: journalid to user.userid
  • Foreign key: posterid to user.userid