Database Table: userbio
From Dreamwidth Notes
Revision as of 10:33, 4 April 2009 by Dreamnestia (Talk | contribs)
Definition
CREATE TABLE userbio ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', bio text, PRIMARY KEY (userid) )
CREATE TABLE userbio ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', bio text, PRIMARY KEY (userid) )