Database Table: community
From Dreamwidth Notes
Revision as of 02:00, 21 March 2009 by SlowSculpture (Talk | contribs)
Definition
CREATE TABLE community ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', ownerid INT(10) UNSIGNED NOT NULL DEFAULT '0', membership enum('open','closed') NOT NULL DEFAULT 'open', postlevel enum('members','select','screened') DEFAULT NULL, PRIMARY KEY (userid) )
Relationships
Location
Global db