Difference between revisions of "Database Table: modblob"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'modblob =Definition= <source lang="sql"> CREATE TABLE modblob ( journalid INT UNSIGNED NOT NULL, modid INT UNSIGNED NOT NULL, PRIMARY KEY...')
 
Line 1: Line 1:
[[Category: Database Table|modblob]]
+
= Definition =
=Definition=
+
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE modblob (
 
CREATE TABLE modblob (
Line 10: Line 10:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Clustered database]]
 
[[Clustered database]]
 +
 +
[[Category: Database Tables|modblob]]

Revision as of 14:41, 2 April 2009

Definition

CREATE TABLE modblob (
  journalid  INT UNSIGNED NOT NULL,
  modid      INT UNSIGNED NOT NULL,
  PRIMARY KEY (journalid, modid),
  request_stor    MEDIUMBLOB
)

Relationships

Location

Clustered database