Database Table: commenturls

From Dreamwidth Notes
Revision as of 16:20, 22 July 2010 by Exor674 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Note: This table is removed and no longer used. This table was removed in dw-free changeset 116bf9136f18 [1]
This is a global table.

Definition

CREATE TABLE commenturls (
    posterid INT UNSIGNED NOT NULL,
    journalid INT UNSIGNED NOT NULL,
    jtalkid mediumint UNSIGNED NOT NULL,
    timecreate INT UNSIGNED NOT NULL,
    url VARCHAR(255) NOT NULL,
 
    INDEX (timecreate)
)