Database Table: commenturls

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

Jump to: navigation, search

Note: This table is removed and no longer used.
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)
)