Difference between revisions of "Database Table: logtags"

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

Revision as of 18:22, 5 October 2009

Definition

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

Relationships