Difference between revisions of "Database Table: tempanonips"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'tempanonips =Definition= <source lang="sql"> CREATE TABLE tempanonips ( reporttime INT(10) UNSIGNED NOT NULL, ip VARCHAR(15) NOT NU...')
 
Line 1: Line 1:
[[Category: Database Table|tempanonips]]
+
= Definition =
=Definition=
+
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE tempanonips (
 
CREATE TABLE tempanonips (
Line 12: Line 12:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Clustered database]]
 
[[Clustered database]]
 +
 +
[[Category: Database Tables|tempanonips]]

Revision as of 14:48, 1 April 2009

Definition

CREATE TABLE tempanonips (
    reporttime  INT(10) UNSIGNED NOT NULL,
    ip          VARCHAR(15) NOT NULL,
    journalid   INT(10) UNSIGNED NOT NULL,
    jtalkid     MEDIUMINT(8) UNSIGNED NOT NULL,
    PRIMARY KEY (journalid, jtalkid),
    INDEX       (reporttime)
)

Relationships

Location

Clustered database