Database Table: embedcontent_preview
From Dreamwidth Notes
Revision as of 23:07, 28 November 2012 by Exor674Bot (Talk | contribs)
This is a clustered table.
Definition
CREATE TABLE embedcontent_preview ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', moduleid INT(10) NOT NULL DEFAULT '0', content text, PRIMARY KEY (userid,moduleid) ) ENGINE=InnoDB