Difference between revisions of "Database Table: pollprop2"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with '{{Database Table|name=pollprop2|table type=global}} Category:Database Tables Needing Description = Definition = <source lang="sql"> CREATE TABLE pollprop2 ( journalid INT…')
 
(Robot: Updating: Format)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Database Table|name=pollprop2|table type=global}}
+
{{Database Table|name=pollprop2|table type=clustered|need desc=1|repo=dw-free}}
[[Category:Database Tables Needing Description]]
+
 
= Definition =
 
= Definition =
 
<source lang="sql">
 
<source lang="sql">

Latest revision as of 16:02, 22 July 2010

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