Difference between revisions of "Database Table: jabpresence"
From Dreamwidth Notes
(Created page with 'jabpresence =Definition= <source lang="sql"> CREATE TABLE jabpresence ( userid INT UNSIGNED NOT NULL, reshash CHAR(22) BINARY, PRIMARY K...') |
Foxfirefey (Talk | contribs) m (right category, reformat) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE jabpresence ( | CREATE TABLE jabpresence ( | ||
Line 18: | Line 18: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Global database]] | [[Global database]] | ||
+ | |||
+ | [[Category: Database Tables|jabpresence]] |
Revision as of 20:46, 26 March 2009
Definition
CREATE TABLE jabpresence ( userid INT UNSIGNED NOT NULL, reshash CHAR(22) BINARY, PRIMARY KEY (userid, reshash), resource VARCHAR(255) NOT NULL, client VARCHAR(255), clusterid INT UNSIGNED NOT NULL, presence BLOB, flags INT UNSIGNED NOT NULL, priority INT UNSIGNED, ctime INT UNSIGNED NOT NULL, mtime INT UNSIGNED NOT NULL, remoteip VARCHAR(255) )