Difference between revisions of "Database Table: commenturls"
From Dreamwidth Notes
m |
m |
||
Line 1: | Line 1: | ||
{{Database Table|name=commenturls|Table type=global}} | {{Database Table|name=commenturls|Table type=global}} | ||
+ | [[Category:Database Tables Needing Description]] | ||
+ | = Definition = | ||
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE commenturls ( | CREATE TABLE commenturls ( |
Revision as of 12:30, 27 January 2010
- "{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property.
- "{{{table type}}}" is not in the list of possible values (global, clustered, other) for this property.
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) )