Difference between revisions of "Database Table: commenturls"

From Dreamwidth Notes
Jump to: navigation, search
(Robot: Updating: Format, needs desc, definition)
(removed from source)
Line 1: Line 1:
{{Database Table|name=commenturls|table type=global|need desc=1}}
 
= Definition =
 
<source lang="sql">
 
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)
 
)
 
</source>
 
{{Database Table Footer}}
 

Revision as of 21:56, 29 April 2010