Difference between revisions of "Database Table: vgift counts"

From Dreamwidth Notes
Jump to: navigation, search
m (Create page for new table vgift_counts)
 
(No difference)

Latest revision as of 20:18, 11 May 2011

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