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...')
 
m (reformat, right category)
Line 1: Line 1:
[[Category: Database Table|embedcontent]]
+
= Definition =
=Definition=
+
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE embedcontent (
 
CREATE TABLE embedcontent (
Line 10: Line 10:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Clustered database]]
 
[[Clustered database]]
 +
 +
[[Category: Database Tables|embedcontent]]

Revision as of 21:01, 26 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