Database Table: logkwsum

From Dreamwidth Notes
Revision as of 07:06, 28 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 logkwsum (
    journalid INT UNSIGNED NOT NULL,
    kwid      INT UNSIGNED NOT NULL,
    security  BIGINT UNSIGNED NOT NULL,
    entryct   INT UNSIGNED NOT NULL DEFAULT 0,
 
    PRIMARY KEY (journalid, kwid, security),
    KEY (journalid, security)
)

Relationships

Outgoing

  • Foreign key: journalid to user.userid