This is a global table.
CREATE TABLE vgift_counts ( vgiftid INT UNSIGNED NOT NULL, COUNT INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (vgiftid) )