Difference between revisions of "Database Table: logsec2"

From Dreamwidth Notes
Jump to: navigation, search
m
m (Robot: Converting database table to use database table header template.)
Line 1: Line 1:
{{#set:name=logsec2|table type=clustered}}
+
{{Database Table|name=logsec2|table type=clustered}}
 
= Definition =
 
= Definition =
  

Revision as of 11:27, 27 January 2010

"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a clustered table.

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