CREATE TABLE `remoteUser` ( `id` integer PRIMARY KEY NOT NULL, `name` text NOT NULL, `domain` text, `cachedActivity` text, `expiry` integer );