Difference between revisions of "Database Table: vgift counts"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) 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) )