Difference between revisions of "Database Table: jabpresence"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Converting database table to use semantic mediawiki form.) |
Exor674Bot (Talk | contribs) m (Robot: Converting database table to use semantic mediawiki form.) |
||
Line 1: | Line 1: | ||
− | {{#set:name=jabpresence| | + | {{#set:name=jabpresence|table type=global}} |
= Definition = | = Definition = | ||
Revision as of 18:45, 2 October 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) )