Difference between revisions of "Database Table: pollitem"

From Dreamwidth Notes
Jump to: navigation, search
Line 1: Line 1:
 
Global database; deprecated in favor of [[Database Table: pollitem2|pollitem2]] (clustered).
 
Global database; deprecated in favor of [[Database Table: pollitem2|pollitem2]] (clustered).
  
[[Category: Obsolete Database Tables|pollitem]]
+
[[Category: Removed Database Tables|pollitem]]
 
=Definition=
 
=Definition=
 
<source lang="sql">
 
<source lang="sql">

Revision as of 14:56, 11 September 2009

Global database; deprecated in favor of pollitem2 (clustered).

Definition

CREATE TABLE pollitem (
  pollid INT(10) UNSIGNED NOT NULL DEFAULT '0',
  pollqid tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  pollitid tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  sortorder tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  item VARCHAR(255) DEFAULT NULL,
  PRIMARY KEY  (pollid,pollqid,pollitid)
)

Relationships

Location

Global database