Database Table: readonly user
From Dreamwidth Notes
Revision as of 14:35, 1 April 2009 by Dreamnestia (Talk | contribs)
Definition
CREATE TABLE readonly_user ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (userid) )
CREATE TABLE readonly_user ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (userid) )