Account Table
Jump to navigation
Jump to search
The [Account] table holds information gleaned from exploited media.
CREATE TABLE "Account" (
"ID" bigint DEFAULT 0 NOT NULL,
"Name" text DEFAULT ''::text NOT NULL
);
The [Account] table holds information gleaned from exploited media.
CREATE TABLE "Account" (
"ID" bigint DEFAULT 0 NOT NULL,
"Name" text DEFAULT ''::text NOT NULL
);