pears.CIS07Template

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

Construction Industry Scheme Templates - post 2007 legislation change

Column Type Null Default Comment
CIS07TemplateID char(20) NOT NULL
TemplateName char(30) NULL
UniqueTaxReference char(20) NULL
CISVerificationNumber char(20) NULL
CISTaxTreatment char(10) NULL
CISVerificationDate date NULL
CISEffectiveDate date NULL
  • CIS07TemplateID
  • No outgoing foreign keys found.
Table Constraint Columns Referenced columns
pears.Pay_Employee CIS07Template CIS07TemplateID CIS07TemplateID
  • No indexes found.
  • No triggers found.
-- IQX database structure split by table
-- Source: IQXDatabaseStructure - with comments.sql
-- Table: "pears"."CIS07Template"
-- Table comment: Construction Industry Scheme Templates - post 2007 legislation change
-- Statement count: 2
 
CREATE TABLE "pears"."CIS07Template" (
    "CIS07TemplateID"                CHAR(20) NOT NULL
   ,"TemplateName"                   CHAR(30) NULL
   ,"UniqueTaxReference"             CHAR(20) NULL
   ,"CISVerificationNumber"          CHAR(20) NULL
   ,"CISTaxTreatment"                CHAR(10) NULL
   ,"CISVerificationDate"            DATE NULL
   ,"CISEffectiveDate"               DATE NULL
   ,PRIMARY KEY ("CIS07TemplateID" ASC) 
)
GO
 
 
COMMENT ON TABLE "pears"."CIS07Template" IS 
	'Construction Industry Scheme Templates - post 2007 legislation change'
GO
  • database/tables/pears_cis07template.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1