This table holds the information about the external
content.
Column Descriptions:
Name | Type | Description |
CONTENT_ID | VARCHAR (64) NOT NULL | The identifier of this external content in the
external system. |
TYPE | VARCHAR (64) NOT NULL | The identifier of the external content type
name. |
NAME | VARCHAR (254) | The administrative name of this external content
. This is the name of the content from DX, the data type
will need to be in sync with what's defined in DX. This name is not
locate specific. |
DESCRIPTION | VARCHAR (254) | The administrative description for this external
content. This is the description from DX, the data type will
need to be in sync with what's defined in DX. This name is not
locate specific. |
FIELD1 | INTEGER | Customizable. |
FIELD2 | DECIMAL (20,5) | Customizable. |
FIELD3 | VARCHAR (254) | Customizable. |
LASTUPDATE | TIMESTAMP | Indicates the last time this external content was
updated on the external system. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
P_0052 | CONTENT_ID | Primary Key |
I0001547 | TYPE | Non-Unique Index |
Constrained By Parent Tables:
Referenced By Child Tables: