Database Table: pollowner

From Dreamwidth Notes
Revision as of 17:40, 22 March 2009 by SlowSculpture (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

CREATE TABLE pollowner (
  pollid    INT UNSIGNED NOT NULL PRIMARY KEY,
  journalid INT UNSIGNED NOT NULL,
  INDEX (journalid)
)

Relationships

Location

Global database