Database Table: talktext2

From Dreamwidth Notes
Revision as of 07:08, 28 January 2010 by Exor674Bot (Talk | contribs)

Jump to: navigation, search

"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a clustered table.

Definition

CREATE TABLE talktext2 (
    journalid INT UNSIGNED NOT NULL,
    jtalkid MEDIUMINT UNSIGNED NOT NULL,
    subject VARCHAR(100) DEFAULT NULL,
    body TEXT,
 
    PRIMARY KEY (journalid, jtalkid)
) max_rows=100000000

Relationships