Stores information about binary file assets.

Column

Data Type

Constraint

asset_version

NUMERIC(19)

not null

(primary key)

The 1-based counter that specifies the version of the asset.

binary_file_id

VARCHAR(40)

not null

(primary key)

The ID of the binary file asset.

binary_content

LONG VARBINARY

null

The contents of the binary file asset.