Difference between revisions of "Database Table: pendcomments"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Converting database table to use semantic mediawiki form.)
Line 1: Line 1:
 +
{{#set:name=pendcomments|clustered=true}}
 
= Definition =
 
= Definition =
  
Line 12: Line 13:
 
</source>
 
</source>
  
= Relationships =
+
{{Database Table Footer}}
 
+
= Location =
+
 
+
[[Clustered database]]
+
 
+
[[Category: Database Tables|pendcomments]]
+

Revision as of 13:17, 2 October 2009

Definition

CREATE TABLE pendcomments (
  jid INT(10) UNSIGNED NOT NULL,
  pendcid INT(10) UNSIGNED NOT NULL,
  DATA BLOB NOT NULL,
  datesubmit INT(10) UNSIGNED NOT NULL,
  PRIMARY KEY (pendcid, jid),
  KEY (datesubmit)
)

Relationships