Difference between revisions of "Database Table: embedcontent"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'embedcontent =Definition= <source lang="sql"> CREATE TABLE embedcontent ( userid INT UNSIGNED NOT NULL, moduleid INT UNSIGNED NOT NULL, c...')
(No difference)

Revision as of 20:23, 21 March 2009

Definition

CREATE TABLE embedcontent (
  userid     INT UNSIGNED NOT NULL,
  moduleid   INT UNSIGNED NOT NULL,
  content    TEXT,
  PRIMARY KEY  (userid, moduleid)
)

Relationships

Location

Clustered database