pears.CustomWPFields

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

Contains definitions of additional merge fields for Word.

Column Type Null Default Comment
FieldCategory char(3) NULL app, com, vac, prg, plc, con
FieldName char(30) NULL No spaces or punctuation
FieldDescription char(50) NOT NULL
FieldSelect long varchar NOT NULL

go

COMMENT ON TABLE “pears”.“CustomWPFields” IS

'Contains definitions of additional merge fields for Word.'

go

CREATE UNIQUE INDEX “CustomWPFields_CategoryName” ON “pears”.“CustomWPFields”

  ( "FieldCategory","FieldName" )

go </code>

  • database/tables/pears_customwpfields.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1