pears.terminology

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

non standard

Column Type Null Default Comment
terminologyid char(20) NOT NULL
singular char(30) NULL
plural char(30) NULL
  • terminologyid
  • No outgoing foreign keys found.
  • No incoming foreign keys found.
  • No indexes found.
  • No triggers found.
-- IQX database structure split by table
-- Source: IQXDatabaseStructure - with comments.sql
-- Table: "pears"."terminology"
-- Table comment: non standard
-- Statement count: 2
 
CREATE TABLE "pears"."terminology" (
    "terminologyid"                  CHAR(20) NOT NULL
   ,"singular"                       CHAR(30) NULL
   ,"plural"                         CHAR(30) NULL
   ,PRIMARY KEY ("terminologyid" ASC) 
)
GO
 
 
COMMENT ON TABLE "pears"."terminology" IS 
	'non standard'
GO
  • database/tables/pears_terminology.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1