pears.BankModulusValidSortcodes

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

List of sort codes to be excluded from modulus checking.

Column Type Null Default Comment
sortcode integer NOT NULL
  • sortcode
  • 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"."BankModulusValidSortcodes"
-- Table comment: List of sort codes to be excluded from modulus checking.
-- Statement count: 2
 
CREATE TABLE "pears"."BankModulusValidSortcodes" (
    "sortcode"                       INTEGER NOT NULL
   ,PRIMARY KEY ("sortcode" ASC) 
)
GO
 
 
COMMENT ON TABLE "pears"."BankModulusValidSortcodes" IS 
	'List of sort codes to be excluded from modulus checking.'
GO
  • database/tables/pears_bankmodulusvalidsortcodes.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1