Difference between revisions of "Database Table: logsec2"

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

Revision as of 18:25, 5 October 2009

Definition

CREATE TABLE logsec2 (
  journalid INT UNSIGNED NOT NULL,
  jitemid MEDIUMINT UNSIGNED NOT NULL,
  allowmask BIGINT UNSIGNED NOT NULL,
  PRIMARY KEY (journalid,jitemid)
)

Relationships

Outgoing

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