Difference between revisions of "Database Table: embedcontent"
From Dreamwidth Notes
(Created page with 'embedcontent =Definition= <source lang="sql"> CREATE TABLE embedcontent ( userid INT UNSIGNED NOT NULL, moduleid INT UNSIGNED NOT NULL, c...') |
Foxfirefey (Talk | contribs) m (reformat, right category) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE embedcontent ( | CREATE TABLE embedcontent ( | ||
Line 10: | Line 10: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = 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) )