This table stores information on the version data
| Column Name | Column Datatype | Column Null Option | Column Comment |
| versiondataobjid | integer | not null | Object ID of version data |
| refcounter | integer | not null | Reference counter |
| datasize | integer | not null | Data size |
| compressed | char(1) | not null | Compressed or not (Y/N) |
| compdatasize | integer | not null | Compressed data size |
| fileaccess | char(9) | with null | File access record in file system |
| modifytime | date | with null | File modification time in file system |
| createtime | date | with null | File creation time in file system |
| dcb | varchar(256) | with null | For MVS system |
| textfile | integer | not null | Text or binary file (0/1) |
| itemobjid | integer | not null | Item object ID |
| versiondata | long byte | with null | Version data |
Product Name: AllFusion Harvest Change Manager
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| versiondataobjid | harversiondelta | parentversiondataid |
| versiondataobjid | harversiondelta | childversiondataid |