database:tables:pears_socialcarecontacttypes



pears.socialcarecontacttypes

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

Social care. What types the contacts are i.e doctor neighbour - relative etc.

Column Type Null Default Comment
code char(1) NOT NULL
description char(30) NULL
SortOrder smallint NULL
  • code
  • 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"."socialcarecontacttypes"
-- Table comment: Social care.  What types the contacts are i.e doctor neighbour - relative etc.
-- Statement count: 2
 
CREATE TABLE "pears"."socialcarecontacttypes" (
    "code"                           CHAR(1) NOT NULL
   ,"description"                    CHAR(30) NULL
   ,"SortOrder"                      SMALLINT NULL
   ,PRIMARY KEY ("code" ASC) 
)
GO
 
 
COMMENT ON TABLE "pears"."socialcarecontacttypes" IS 
	'Social care.  What types the contacts are i.e doctor neighbour - relative etc.'
GO
  • database/tables/pears_socialcarecontacttypes.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1