Definition Table

From truxwiki.com
Jump to navigation Jump to search

The [Definition] reference table defines terms used in reports.

SQL

CREATE TABLE "Definition" (
  "Term" text NOT NULL,
  "Text" text NOT NULL
);

Columns

Term

The thing that needs an explanation.

Text

The definition text of the term.