This table contains the data for the attributes for a Brokat repository item.
Column Name | Column Type | Column Description |
---|---|---|
BZRPENTAT_ID | INTEGER NOT NULL |
Primary key. |
BZRPENT_ID | INTEGER NOT NULL |
Foreign key to the BZRPENT table. |
NAME | VARCHAR (254) NOT NULL |
Brokat repository entry attributes are name value pairs associated with a Brokat repository entry. This is the "name". |
VALUE | VARCHAR (254) NULL |
This is the "value" in name-value pair. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
I0000049 | BZRPENT_ID, NAME | Unique Index |
SQL030416034848540 | BZRPENTAT_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_147 | BZRPENT_ID | BZRPENT | BZRPENT_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|