BOLO Table

From truxwiki.com
Revision as of 08:36, 20 February 2023 by Sam (talk | contribs) (Created page with "The <code>[BOLO]</code> table holds information gleaned from exploited media. <source lang="SQL"> CREATE TABLE "BOLO" ( "ID" uuid NOT NULL, "Criteria" text DEFAULT ''::te...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The [BOLO] table holds information gleaned from exploited media.

CREATE TABLE "BOLO" (
  "ID" uuid NOT NULL,
  "Criteria" text DEFAULT ''::text NOT NULL,
  "BOLOStatusID" int NOT NULL,
  "NumberOfHits" int NOT NULL,
  "InvestigatorID" uuid NOT NULL,
  "Added" timestamp with time zone DEFAULT clock_timestamp() NOT NULL
);