Database Table: embedcontent_preview
From Dreamwidth Notes
Revision as of 04:35, 11 June 2013 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, linktext VARCHAR(255), url VARCHAR(255), PRIMARY KEY (userid,moduleid) ) ENGINE=InnoDB