Database Table: logsec2

From Dreamwidth Notes
Revision as of 15:59, 22 July 2010 by Exor674Bot (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a clustered table.

Definition

CREATE TABLE logsec2 (
    journalid INT UNSIGNED NOT NULL,
    jitemid MEDIUMINT UNSIGNED NOT NULL,
    allowmask BIGINT UNSIGNED NOT NULL,
 
    PRIMARY KEY (journalid,jitemid)
)

Relationships

Outgoing

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