Database Table: logtext2

From Dreamwidth Notes
Jump to: navigation, search

This is a clustered table.

Definition

CREATE TABLE logtext2 (
    journalid INT UNSIGNED NOT NULL,
    jitemid MEDIUMINT UNSIGNED NOT NULL,
    subject VARCHAR(255) DEFAULT NULL,
    event MEDIUMTEXT,
 
    PRIMARY KEY (journalid, jitemid)
) max_rows=100000000

Relationships

Outgoing

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