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.DocumentType ====== <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 ===== Classification of Documents (including definition of Compliance & Non-Compliance Documents). ===== Columns ===== ^ Column ^ Type ^ Null ^ Default ^ Comment ^ | **DocumentTypeID** | char(20) | NOT NULL | | | | Description | char(50) | NULL | | | | Class | char(1) | NULL | | | | SortOrder | integer | NULL | | | | CanLoadFromWeb | smallint | NULL | | | | NotifyStaffOfWebUploads | smallint | NULL | | | | CanCVSendOut | smallint | NULL | | | | Defunct | smallint | NULL | | | | IsCompliance | smallint | NULL | | | | IsRestricted | smallint | NULL | | | | CanSign | smallint | NULL | | | ===== Primary Key ===== * DocumentTypeID ===== Foreign Keys ===== * No outgoing foreign keys found. ===== Referenced By ===== ^ Table ^ Constraint ^ Columns ^ Referenced columns ^ | [[database:tables:pears_companydeptdoctype|pears.CompanyDeptDocType]] | documenttype | documenttypeid | DocumentTypeID | | [[database:tables:pears_compliancedocumenttype|pears.ComplianceDocumentType]] | DocumentType | DocumentTypeID | DocumentTypeID | | [[database:tables:pears_deleteddocumenttag|pears.DeletedDocumentTag]] | DocumentType | DocumentTypeID | DocumentTypeID | | [[database:tables:pears_docpackvalidation|pears.DocPackValidation]] | DocumentType | DocumentTypeID | DocumentTypeID | | [[database:tables:pears_documentpacktype|pears.DocumentPackType]] | DocumentType | DocumentTypeID | DocumentTypeID | | [[database:tables:pears_documenttag|pears.DocumentTag]] | DocumentType | DocumentTypeID | DocumentTypeID | | [[database:tables:pears_documenttypedepartment|pears.DocumentTypeDepartment]] | DocumentType | DocumentTypeID | DocumentTypeID | | [[database:tables:pears_globaldocument|pears.globaldocument]] | DocumentType | DocumentTypeID | DocumentTypeID | | [[database:tables:pears_notificationdocuments|pears.NotificationDocuments]] | DocumentType | DocumentTypeid | DocumentTypeID | | [[database:tables:pears_notificationreports|pears.NotificationReports]] | Documenttype | DocumentTypeID | DocumentTypeID | | [[database:tables:pears_oledocument|pears.oledocument]] | DocumentType | DocumentTypeID | DocumentTypeID | ===== 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"."DocumentType" -- Table comment: Classification of Documents (including definition of Compliance & Non-Compliance Documents). -- Statement count: 2 CREATE TABLE "pears"."DocumentType" ( "DocumentTypeID" char(20) NOT NULL ,"Description" char(50) NULL ,"Class" char(1) NULL ,"SortOrder" integer NULL ,"CanLoadFromWeb" smallint NULL ,"NotifyStaffOfWebUploads" smallint NULL ,"CanCVSendOut" smallint NULL ,"Defunct" smallint NULL ,"IsCompliance" smallint NULL ,"IsRestricted" smallint NULL ,"CanSign" smallint NULL ,PRIMARY KEY ("DocumentTypeID" ASC) ) go COMMENT ON TABLE "pears"."DocumentType" IS 'Classification of Documents (including definition of Compliance & Non-Compliance Documents).' go </code> database/tables/pears_documenttype.txt Last modified: 2026/08/07 19:24by 127.0.0.1