Contains information about media binary data.
Column | Data Type | Constraint | Description |
---|---|---|---|
| VARCHAR(40) | not null | Each media item has a unique ID. |
| NUMERIC(19) | not null | The length of the binary data. |
| TIMESTAMP | not null | The last modified date of the binary data. |
| VARBINARY(1048576) | not null | The binary data for the media item. |