Difference between revisions of "Database Table: jablastseen"

From Dreamwidth Notes
Jump to: navigation, search
m (reformat, right category)
m (Robot: Converting database table to use semantic mediawiki form.)
Line 1: Line 1:
 +
{{#set:name=jablastseen|clustered=true}}
 
= Definition =
 
= Definition =
  
Line 10: Line 11:
 
</source>
 
</source>
  
= Relationships =
+
{{Database Table Footer}}
 
+
= Location =
+
 
+
[[Clustered database]]
+
 
+
[[Category: Database Tables|jablastseen]]
+

Revision as of 13:15, 2 October 2009

Definition

CREATE TABLE jablastseen (
  userid     INT UNSIGNED NOT NULL PRIMARY KEY,
  presence   BLOB,
  TIME       INT UNSIGNED NOT NULL,
  motd_ver   INT UNSIGNED
)

Relationships