pears.DocumentStamp

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

Stamp Images that are available to be applied to documents when redacting.

Column Type Null Default Comment
DocumentStampID char(20) NOT NULL
Description char(100) NOT NULL
Sortorder smallint NULL
Watermark smallint NULL
  • DocumentStampID
  • No outgoing foreign keys found.
Table Constraint Columns Referenced columns
pears.DocumentStampDepartment DocumentStamp DocumentStampID DocumentStampID
  • No indexes found.
  • No triggers found.
-- IQX database structure split by table
-- Source: IQXDatabaseStructure - with comments.sql
-- Table: "pears"."DocumentStamp"
-- Table comment: Stamp Images that are available to be applied to documents when redacting.
-- Statement count: 2
 
CREATE TABLE "pears"."DocumentStamp" (
    "DocumentStampID"                CHAR(20) NOT NULL
   ,"Description"                    CHAR(100) NOT NULL
   ,"Sortorder"                      SMALLINT NULL
   ,"Watermark"                      SMALLINT NULL
   ,PRIMARY KEY ("DocumentStampID" ASC) 
)
GO
 
 
COMMENT ON TABLE "pears"."DocumentStamp" IS 
	'Stamp Images that are available to be applied to documents when redacting.'
GO
  • database/tables/pears_documentstamp.txt
  • Last modified: 2026/08/07 19:24
  • by 127.0.0.1