Difference between revisions of "Database Table: dw paidstatus"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Converting database table to use semantic mediawiki form.) |
Exor674Bot (Talk | contribs) m (Robot: Converting database table to use semantic mediawiki form.) |
||
Line 1: | Line 1: | ||
− | {{#set:name=dw_paidstatus| | + | {{#set:name=dw_paidstatus|table type=global}} |
= Definition = | = Definition = | ||
Revision as of 18:44, 2 October 2009
Definition
CREATE TABLE dw_paidstatus ( userid INT UNSIGNED NOT NULL, typeid SMALLINT UNSIGNED NOT NULL, expiretime INT UNSIGNED, permanent tinyint UNSIGNED NOT NULL, lastemail INT UNSIGNED, PRIMARY KEY (userid), INDEX (expiretime) )