Project Data Tables Database > td Schema : td.BUG_MULTIVALUE Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
BGMV_BUG_ID | The Defect ID: BUG.BG_BUG_ID. | int | 4 | ||||
BGMV_COLUMN_NAME | The multi-value column. | varchar | 40 | ||||
BGMV_VALUE | A single value.
Note: The values are denormalized for performance reasons. Any program that alters the values in this value field must also handle the semicolon-separated value in the main entity table. | varchar | 255 |
Index | Description | Primary | Unique |
---|---|---|---|
INX_BGMV | |||
INX_BGMV_BUG_ID |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
AUTR66132_BUG | Trigger | 2 | ||
td.BUG | Table | Information about defects. | 1 | |
MVTR_BUG | Trigger | 2 |