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.DuplicateCheck ====== <WRAP center round info> Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. </WRAP> ===== Columns ===== ^ Column ^ Type ^ Null ^ Default ^ Comment ^ | **DuplicateCheckID** | char(20) | NOT NULL | | | | PersonID | char(20) | NULL | | | | CompanyID | char(20) | NULL | | | | EmploymentID | char(20) | NULL | | | | Postcode | char(10) | NULL | | | | Email | char(200) | NULL | | | | Forenames | char(30) | NULL | | | | Surname | char(30) | NULL | | | | dupetext | char(60) | NULL | | | | Companyname | char(60) | NULL | | | | WhenEntered | date | NULL | | | | WhoEntered | char(20) | NULL | | | | DateOfBirth | date | NULL | | | | ni | char(10) | NULL | | | ===== Primary Key ===== * DuplicateCheckID ===== Foreign Keys ===== * No outgoing foreign keys found. ===== Referenced By ===== ^ Table ^ Constraint ^ Columns ^ Referenced columns ^ | [[database:tables:pears_duplicatecheckresult|pears.DuplicateCheckResult]] | DuplicateCheckResult1 | DuplicateCheckID | DuplicateCheckID | ===== 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"."DuplicateCheck" -- Table comment: -- Statement count: 1 CREATE TABLE "pears"."DuplicateCheck" ( "DuplicateCheckID" char(20) NOT NULL ,"PersonID" char(20) NULL ,"CompanyID" char(20) NULL ,"EmploymentID" char(20) NULL ,"Postcode" char(10) NULL ,"Email" char(200) NULL ,"Forenames" char(30) NULL ,"Surname" char(30) NULL ,"dupetext" char(60) NULL ,"Companyname" char(60) NULL ,"WhenEntered" date NULL ,"WhoEntered" char(20) NULL ,"DateOfBirth" date NULL ,"ni" char(10) NULL ,PRIMARY KEY ("DuplicateCheckID" ASC) ) go </code> database/tables/pears_duplicatecheck.txt Last modified: 2026/08/07 19:24by 127.0.0.1