Difference between revisions of "Database Table: logtagsrecent"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'logtagsrecent =Definition= <source lang="sql"> CREATE TABLE logtagsrecent ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT...')
 
m
Line 1: Line 1:
[[Category: Database Table|logtagsrecent]]
+
 
=Definition=
+
= Definition =
 +
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE logtagsrecent (
 
CREATE TABLE logtagsrecent (
Line 10: Line 11:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Clustered database]]
 
[[Clustered database]]
 +
 +
[[Category: Database Tables|logtagsrecent]]

Revision as of 20:24, 31 March 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