Difference between revisions of "Database Table: logtagsrecent"

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

Revision as of 18:28, 5 October 2009

Definition

CREATE TABLE logtagsrecent (
    journalid INT UNSIGNED NOT NULL,
    jitemid   MEDIUMINT UNSIGNED NOT NULL,
    kwid      INT UNSIGNED NOT NULL,
    PRIMARY KEY (journalid, kwid, jitemid)
)

Relationships

Outgoing

  • Foreign key: jitemid to log2.jitemid
  • Foreign key: journalid to user.userid