| AgilePoint Database Schema / Tables | |
Contains long text for various places and purposes. For example, email template definitions, error messages, etc.
For the descriptions in this table, the term item refers to a large block of text.
| Column Name | Data Type | Size | Description |
|---|---|---|---|
| TEXT_ID | varchar | 32 | (Primary key) The unique item ID. |
| TEXT_DATA | ntext | The large text that contains additional information such as: error messages and mail template definition. |
| Table Name | Relationship |
|---|---|
| None | Not Applicable |