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.IQacVATRate ====== <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 ===== VAT rates ===== Columns ===== ^ Column ^ Type ^ Null ^ Default ^ Comment ^ | **VATCode** | char(3) | NOT NULL | | | | Name | char(50) | NOT NULL | | | | VATRate | double | NOT NULL | | | ===== Primary Key ===== * VATCode ===== Foreign Keys ===== * No outgoing foreign keys found. ===== Referenced By ===== ^ Table ^ Constraint ^ Columns ^ Referenced columns ^ | [[database:tables:pears_iqacparams|pears.IQacParams]] | IQacVATRate | DefaultVATCode | VATCode | | [[database:tables:pears_iqacparams|pears.IQacParams]] | IQacVATRate1 | UnallocatedCashVATCode | VATCode | ===== 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"."IQacVATRate" -- Table comment: VAT rates -- Statement count: 2 CREATE TABLE "pears"."IQacVATRate" ( "VATCode" char(3) NOT NULL ,"Name" char(50) NOT NULL ,"VATRate" double NOT NULL ,PRIMARY KEY ("VATCode" ASC) ) go COMMENT ON TABLE "pears"."IQacVATRate" IS 'VAT rates' go </code> database/tables/pears_iqacvatrate.txt Last modified: 2026/08/07 19:24by 127.0.0.1