Database Table: tempanonips

From Dreamwidth Notes
Revision as of 04:04, 8 June 2013 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 tempanonips (
    reporttime  INT(10) UNSIGNED NOT NULL,
    ip          VARCHAR(15) NOT NULL,
    journalid   INT(10) UNSIGNED NOT NULL,
    jtalkid     INT(10) UNSIGNED NOT NULL,
 
    PRIMARY KEY (journalid, jtalkid),
    INDEX       (reporttime)
)

Relationships