Difference between revisions of "Database Table: supportpoints"
From Dreamwidth Notes
Dreamnestia (Talk | contribs) |
Exor674Bot (Talk | contribs) m (Robot: Changing Category:Database Tables) |
||
Line 17: | Line 17: | ||
[[Global database]] | [[Global database]] | ||
− | [[Category: Database Tables|supportpoints]] | + | [[Category:Database Tables Needing Conversion|supportpoints]] |
Revision as of 14:05, 2 October 2009
Definition
CREATE TABLE supportpoints ( spid INT(10) UNSIGNED NOT NULL DEFAULT '0', userid INT(10) UNSIGNED NOT NULL DEFAULT '0', points tinyint(3) UNSIGNED DEFAULT NULL, KEY (spid), KEY (userid) )