Database Table: bannotes

From Dreamwidth Notes
Revision as of 20:57, 19 September 2011 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 bannotes (
    journalid    INT UNSIGNED NOT NULL,
    banid        INT UNSIGNED NOT NULL,
    remoteid     INT UNSIGNED,
    notetext     MEDIUMTEXT,
 
    PRIMARY KEY (journalid,banid)
)

Relationships