This table holds the information about the external
content assets.
Column Descriptions:
Name | Type | Description |
ASSETNAME | VARCHAR (64) NOT NULL | The identifier of this external content asset
name. e.g. fullImage, Thumbnail, etc. |
CONTENT_ID | VARCHAR (64) NOT NULL | The identifier of the external content which this
asset belongs to. |
MIMETYPE | VARCHAR (254) | The MIME type of the external content asset. |
PATH | VARCHAR (254) | The path of this content asset. This field
contains the URI from DX, the data type will need to be in sync
with what's defined in DX. |
FIELD1 | INTEGER | Customizable. |
FIELD2 | DECIMAL (20,5) | Customizable. |
FIELD3 | VARCHAR (254) | Customizable. |
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_0053 | ASSETNAME+CONTENT_ID | Primary Key |
I0001548 | CONTENT_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3783 | CONTENT_ID | EXTERNAL_CONTENT | CONTENT_ID | Cascade |