Account Table

From truxwiki.com
Revision as of 08:31, 20 February 2023 by Sam (talk | contribs) (Created page with "The <code>[Account]</code> table holds information gleaned from exploited media. <source lang="SQL"> CREATE TABLE "Account" ( "ID" bigint DEFAULT 0 NOT NULL, "Name" text...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
);