Difference between revisions of "Database Table: noderefs"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Changing Category:Database Tables)
Line 1: Line 1:
 +
{{#set:name=noderefs|table type=global}}
 
= Definition =
 
= Definition =
  
Line 10: Line 11:
 
)
 
)
 
</source>
 
</source>
 
+
{{Database Table Footer}}
= Relationships =
+
 
+
= Location =
+
 
+
[[Global database]]
+
 
+
[[Category:Database Tables Needing Conversion|noderefs]]
+

Revision as of 00:41, 5 October 2009

Definition

CREATE TABLE noderefs (
  nodetype CHAR(1) NOT NULL DEFAULT '',
  nodeid INT(10) UNSIGNED NOT NULL DEFAULT '0',
  urlmd5 VARCHAR(32) NOT NULL DEFAULT '',
  url VARCHAR(120) NOT NULL DEFAULT '',
  PRIMARY KEY  (nodetype,nodeid,urlmd5)
)

Relationships