The [Account] table holds the accounts used in email, SMS, MMS, chat, etc.
[Account]
CREATE TABLE "Account" ( "ID" bigint DEFAULT 0 NOT NULL, "Name" text DEFAULT ''::text NOT NULL );
ID
The integer ID for the account.
Name
The name of the account.