Difference between revisions of "Database Table: pollowner"
From Dreamwidth Notes
(Created page with 'pollowner =Definition= <source lang="sql"> CREATE TABLE pollowner ( pollid INT UNSIGNED NOT NULL PRIMARY KEY, journalid INT UNSIGNED NOT NULL,...') |
Dreamnestia (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE pollowner ( | CREATE TABLE pollowner ( | ||
Line 9: | Line 9: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Global database]] | [[Global database]] | ||
+ | |||
+ | [[Category: Database Tables|pollowner]] |
Revision as of 21:10, 2 April 2009
Definition
CREATE TABLE pollowner ( pollid INT UNSIGNED NOT NULL PRIMARY KEY, journalid INT UNSIGNED NOT NULL, INDEX (journalid) )