Database Table: userpic
From Dreamwidth Notes
Revision as of 04:35, 30 January 2010 by Exor674Bot (Talk | contribs)
Note: This table is removed and no longer used.
This is a global table.
Deprecated in favor of userpic2 (clustered).
Definition
CREATE TABLE userpic ( picid INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, userid INT(10) UNSIGNED NOT NULL DEFAULT '0', contenttype CHAR(25) DEFAULT NULL, width SMALLINT(6) NOT NULL DEFAULT '0', height SMALLINT(6) NOT NULL DEFAULT '0', state CHAR(1) NOT NULL DEFAULT 'N', picdate datetime DEFAULT NULL, md5base64 CHAR(22) NOT NULL DEFAULT '', PRIMARY KEY (picid), KEY (userid), KEY (state) )