Difference between revisions of "Database Table: noderefs"

From Dreamwidth Notes
Jump to: navigation, search
m
m (Robot: Changing Category:Database Tables)
Line 1: Line 1:
 
 
= Definition =
 
= Definition =
  
Line 18: Line 17:
 
[[Global database]]
 
[[Global database]]
  
[[Category: Database Tables|noderefs]]
+
[[Category:Database Tables Needing Conversion|noderefs]]

Revision as of 14:04, 2 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

Location

Global database