Difference between revisions of "Database Table: usersearch packdata"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'usersearch_packdata =Definition= <source lang="sql"> CREATE TABLE usersearch_packdata ( userid INT UNSIGNED NOT NULL PRIMARY KEY, packed ...')
 
Line 1: Line 1:
[[Category: Database Table|usersearch_packdata]]
+
= Definition =
=Definition=
+
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE usersearch_packdata (
 
CREATE TABLE usersearch_packdata (
Line 12: Line 12:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Global database]]
 
[[Global database]]
 +
 +
[[Category: Database Tables|usersearch_packdata]]

Revision as of 10:34, 4 April 2009

Definition

CREATE TABLE usersearch_packdata (
  userid      INT UNSIGNED NOT NULL PRIMARY KEY,
  packed      CHAR(8) BINARY,
  mtime       INT UNSIGNED NOT NULL,
  good_until  INT UNSIGNED,
  INDEX (mtime),
  INDEX (good_until)
)

Relationships

Location

Global database