Difference between revisions of "Database Table: pollprop2"

From Dreamwidth Notes
Jump to: navigation, search
(Robot: Updating: Format, needs desc)
Line 1: Line 1:
{{Database Table|name=pollprop2|table type=clustered}}
+
{{Database Table|name=pollprop2|table type=clustered|need desc=1}}
[[Category:Database Tables Needing Description]]
+
 
= Definition =
 
= Definition =
 
<source lang="sql">
 
<source lang="sql">

Revision as of 07:09, 28 January 2010

"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a clustered table.

Definition

CREATE TABLE pollprop2 (
    journalid INT UNSIGNED NOT NULL,
    pollid INT UNSIGNED NOT NULL,
    propid SMALLINT UNSIGNED NOT NULL,
    propval VARCHAR(255) NOT NULL,
 
    PRIMARY KEY (journalid,pollid,propid)
)

Relationships