Difference between revisions of "Database Table: pollitem2"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'pollitem2 =Definition= <source lang="sql"> CREATE TABLE pollitem2 ( journalid INT UNSIGNED NOT NULL, pollid INT UNSIGNED NOT NULL, pollqid TINY...')
 
Line 1: Line 1:
[[Category: Database Table|pollitem2]]
+
= Definition =
=Definition=
+
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE pollitem2 (
 
CREATE TABLE pollitem2 (
Line 12: Line 12:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Clustered database]]
 
[[Clustered database]]
 +
 +
[[Category: Database Tables|pollitem2]]

Revision as of 11:20, 31 March 2009

Definition

CREATE TABLE pollitem2 (
  journalid INT UNSIGNED NOT NULL,
  pollid INT UNSIGNED NOT NULL,
  pollqid TINYINT UNSIGNED NOT NULL,
  pollitid TINYINT UNSIGNED NOT NULL,
  sortorder TINYINT UNSIGNED NOT NULL DEFAULT '0',
  item VARCHAR(255) DEFAULT NULL,
  PRIMARY KEY  (journalid,pollid,pollqid,pollitid))

Relationships

Location

Clustered database