Difference between revisions of "Database Table: dw paidstatus"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Converting database table to use semantic mediawiki form.)
m (Robot: Converting database table to use semantic mediawiki form.)
Line 1: Line 1:
{{#set:name=dw_paidstatus|clustered=false}}
+
{{#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)
)

Relationships