DTW_TR_METADATA


Description

Holds the metadata associated to an entity

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID CHAR 36 null

The id of this metadata holder

METADATA_HOLDER_ID CHAR 36 null

The id of the holder associated with this metadata

METADATA_HOLDER_TYPE VARCHAR 32 null

The type of the holder associated with this metadata

METADATA JSON 1073741824 null

Holds a json object storing the underlying holder metadata

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
DTW_TR_METADATA_HOLDER_IDX Must be unique Asc/Asc METADATA_HOLDER_ID + METADATA_HOLDER_TYPE

Relationships