Difference between revisions of "Database Table: logkwsum"

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

Revision as of 18:32, 5 October 2009

Definition

CREATE TABLE logkwsum (
    journalid INT UNSIGNED NOT NULL,
    kwid      INT UNSIGNED NOT NULL,
    security  BIGINT UNSIGNED NOT NULL,
    entryct   INT UNSIGNED NOT NULL DEFAULT 0,
    PRIMARY KEY (journalid, kwid, security),
    KEY (journalid, security)
)

Relationships

Outgoing

  • Foreign key: journalid to user.userid