Reference > Database > WebSphere Commerce database tables > B
WebSphere Commerce database table: BZRPENTSTG
This table contains the data for the Brokat repository entry storage. This is a paged storage for Brokat repository item. This table is deprecated and is provided for backward compatibility only.
Column Name Column Type Description BZRPENTSTG_ID INTEGER NOT NULL Primary key. BZRPENT_ID INTEGER NOT NULL Foreign key to the BZRPENT table. SEQUENCE INTEGER NOT NULL Long instances are broken into 32K pages and stored in this table, this number indicates the page number. VALUE VARCHAR(4000) NOT NULL The actual instantiation value. OPTCOUNTER SMALLINT Reserved for IBM internal use.
Indexes Index Name Indexed Column Names Index Type I0000050 BZRPENT_ID+SEQUENCE Unique Index SQL100520030306590 BZRPENTSTG_ID Primary Key
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_148 BZRPENT_ID BZRPENT BZRPENT_ID Cascade _vcc_freeselect_bottom_