Database Table: dbnotes

From Dreamwidth Notes
Revision as of 18:16, 4 December 2012 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 dbnotes (
    dbnote VARCHAR(40) NOT NULL,
    PRIMARY KEY (dbnote),
    VALUE VARCHAR(255)
)

Relationships