Definition Table

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