Database Table: embedcontent_preview

From Dreamwidth Notes
Jump to: navigation, search

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

Relationships

Personal tools
Namespaces

Variants
Actions
Important Info
Wiki Navigation
Main Categories
Toolbox
Other Places