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.CIS07Template ====== <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 ===== Construction Industry Scheme Templates - post 2007 legislation change ===== Columns ===== ^ 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 | | | ===== Primary Key ===== * CIS07TemplateID ===== Foreign Keys ===== * No outgoing foreign keys found. ===== Referenced By ===== ^ Table ^ Constraint ^ Columns ^ Referenced columns ^ | [[database:tables:pears_pay_employee|pears.Pay_Employee]] | CIS07Template | CIS07TemplateID | CIS07TemplateID | ===== 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"."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 </code> database/tables/pears_cis07template.txt Last modified: 2026/08/07 19:24by 127.0.0.1