Contains information about media text data.

Column

Data Type

Constraint

media_id

VARCHAR(40)

not null

(primary key)

Each media item has a unique ID.

length

NUMERIC(19)

not null

The length of the text data.

last_modified

TIMESTAMP

not null

The last modified date of the text data.

data

LONG WVARCHAR

not null

The text data for the media item.