Database Table: logtagsrecent

From Dreamwidth Notes
Revision as of 11:53, 27 January 2010 by Exor674Bot (Talk | contribs)

Jump to: navigation, search

"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a clustered table.

Definition

CREATE TABLE logtagsrecent (
    journalid INT UNSIGNED NOT NULL,
    jitemid   MEDIUMINT UNSIGNED NOT NULL,
    kwid      INT UNSIGNED NOT NULL,
    PRIMARY KEY (journalid, kwid, jitemid)
)

Relationships

Outgoing

  • Foreign key: jitemid to log2.jitemid
  • Foreign key: journalid to user.userid