Stores information about text 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.

text_file_id

VARCHAR(40)

not null

(primary key)

The ID of the text file asset.

text_content

LONG VARCHAR

null

The contents of the text file asset.

 
loading table of contents...