Definition Table
Jump to navigation
Jump to search
The [Definition] table holds information gleaned from exploited media.
CREATE TABLE "Definition" (
"Term" text NOT NULL,
"Text" text NOT NULL
);
The [Definition] table holds information gleaned from exploited media.
CREATE TABLE "Definition" (
"Term" text NOT NULL,
"Text" text NOT NULL
);