pears.AutoMatchOldTempWeightingConfig

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

For use by Auto-matching procedures

Column Type Null Default Comment
AutoMatchOldTempWeightingConfigID char(20) NOT NULL
Criteria char(250) NOT NULL Text for maintenance
CriteriaName char(100) NOT NULL Fixed underlying name used to calculate
Weighting integer NOT NULL percentage - must total 100
  • AutoMatchOldTempWeightingConfigID
  • 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"."AutoMatchOldTempWeightingConfig"
-- Table comment: For use by Auto-matching procedures
-- Statement count: 5
 
CREATE TABLE "pears"."AutoMatchOldTempWeightingConfig" (
    "AutoMatchOldTempWeightingConfigID" CHAR(20) NOT NULL
   ,"Criteria"                       CHAR(250) NOT NULL
   ,"CriteriaName"                   CHAR(100) NOT NULL
   ,"Weighting"                      INTEGER NOT NULL
   ,PRIMARY KEY ("AutoMatchOldTempWeightingConfigID" ASC) 
)
GO
 
 
COMMENT ON COLUMN "pears"."AutoMatchOldTempWeightingConfig"."Criteria" IS 
	'Text for maintenance'
GO
 
 
COMMENT ON COLUMN "pears"."AutoMatchOldTempWeightingConfig"."CriteriaName" IS 
	'Fixed underlying name used to calculate'
GO
 
 
COMMENT ON COLUMN "pears"."AutoMatchOldTempWeightingConfig"."Weighting" IS 
	'percentage - must total 100'
GO
 
 
COMMENT ON TABLE "pears"."AutoMatchOldTempWeightingConfig" IS 
	'For use by Auto-matching procedures'
GO
  • database/tables/pears_automatcholdtempweightingconfig.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1