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.)
Line 1: Line 1:
 +
{{#set:name=dw_paidstatus|clustered=false}}
 
= Definition =
 
= Definition =
  
Line 14: Line 15:
 
</source>
 
</source>
  
= Relationships =
+
{{Database Table Footer}}
 
+
= Location =
+
 
+
[[Global database]]
+
 
+
[[Category: Database Tables|dw_paidstatus]]
+

Revision as of 13:14, 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