Show pageOld revisionsBacklinksExport to PDFFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== pears.AutoMatchNewTempWeightingConfig ====== <WRAP center round info> Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. </WRAP> ===== Description ===== For use by Auto-matching procedures ===== Columns ===== ^ Column ^ Type ^ Null ^ Default ^ Comment ^ | **AutoMatchNewTempWeightingConfigID** | 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 | ===== Primary Key ===== * AutoMatchNewTempWeightingConfigID ===== Foreign Keys ===== * No outgoing foreign keys found. ===== Referenced By ===== * No incoming foreign keys found. ===== Indexes ===== * No indexes found. ===== Triggers ===== * No triggers found. ===== Original SQL ===== <code sql> -- IQX database structure split by table -- Source: IQXDatabaseStructure - with comments.sql -- Table: "pears"."AutoMatchNewTempWeightingConfig" -- Table comment: For use by Auto-matching procedures -- Statement count: 5 CREATE TABLE "pears"."AutoMatchNewTempWeightingConfig" ( "AutoMatchNewTempWeightingConfigID" char(20) NOT NULL ,"Criteria" char(250) NOT NULL ,"CriteriaName" char(100) NOT NULL ,"Weighting" integer NOT NULL ,PRIMARY KEY ("AutoMatchNewTempWeightingConfigID" ASC) ) go COMMENT ON COLUMN "pears"."AutoMatchNewTempWeightingConfig"."Criteria" IS 'Text for maintenance' go COMMENT ON COLUMN "pears"."AutoMatchNewTempWeightingConfig"."CriteriaName" IS 'Fixed underlying name used to calculate' go COMMENT ON COLUMN "pears"."AutoMatchNewTempWeightingConfig"."Weighting" IS 'percentage - must total 100' go COMMENT ON TABLE "pears"."AutoMatchNewTempWeightingConfig" IS 'For use by Auto-matching procedures' go </code> database/tables/pears_automatchnewtempweightingconfig.txt Last modified: 2026/08/07 19:24by 127.0.0.1