Database Table: vgift_counts
From Dreamwidth Notes
Revision as of 20:18, 11 May 2011 by Exor674Bot (Talk | contribs)
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) )