Difference between revisions of "Database Table: commenturls"

From Dreamwidth Notes
Jump to: navigation, search
(Robot: Updating: Format, flag dropped)
Line 1: Line 1:
{{Database Table|name=commenturls|table type=global|need desc=1|needs work=dropped}}
+
{{Database Table|name=commenturls|table type=global|removed=1}}
 
= Definition =
 
= Definition =
 
<source lang="sql">
 
<source lang="sql">
Line 12: Line 12:
 
)
 
)
 
</source>
 
</source>
{{Database Table Footer}}
+
{{Database Table Footer|removed=1}}

Revision as of 21:52, 11 May 2010

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)
)