Difference between revisions of "Database Table: logtagsrecent"

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

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

Location

Clustered database