BOLO Table
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
);