| AgilePoint Database Schema / Tables | |
This table is used to store large binary data.
For the descriptions in this table, the term item refers to a large binary data item.
| Column Name | Data Type | Size | Description | 
|---|---|---|---|
| BINARY_ID | varchar | 32 | (Primary key) The unique item ID. | 
| BINARY_DATA | image | 16 | The large binary that contains additional binary information such as: image attachment. | 
| Table Name | Relationship | 
|---|---|
| None | Not Applicable |