Database Table: vgift_counts

From Dreamwidth Notes
Revision as of 20:18, 11 May 2011 by Exor674Bot (Talk | contribs)

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

This is a global table.

Definition

CREATE TABLE vgift_counts (
    vgiftid    INT UNSIGNED NOT NULL,
    COUNT      INT UNSIGNED NOT NULL DEFAULT 0,
 
    PRIMARY KEY (vgiftid)
)

Relationships