This table stores the information on format attachment.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| attachmentobjid | integer | not null | Object ID of attachment |
| attachmentname | varchar(512) | not null | Name of attachment |
| attachmenttype | integer | not null | Type of attachment (0/1) file/URL |
| formobjid | integer | not null | Object ID of form |
| creatorid | integer | not null | Object ID of user to create |
| creationtime | date | not null | Attachment file creation time |
| filesize | integer | not null | Attachment file size |
| filedata | long byte | with null | Attachment data |
| filecompressed | char(1) | not null | File compressed (Y/N) |
Product Name: AllFusion Harvest Change Manager
Table Type: Table