Project Data Tables Database > td Schema : td.LIBRARY_MAPPINGS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
![]() | LMP_ID | The record ID. | int | 4 | |||
LMP_LIBRARY_ID | The LIBRARIES.LIB_ID of the library to which this record belongs. | int | 4 | ||||
LMP_ENTITY_TYPE | The type of entity. For example, ALL_LISTS, CROS_REF, REQ, REQ_COVER, OR TEST. | varchar | 30 | ||||
LMP_EXP_ENTITY_KEY | The ID of the exported item. | int | 4 | ||||
LMP_IMP_ENTITY_KEY | The ID of the imported item. | int | 4 | ||||
LMP_IMP_ENTITY_VER_STAMP | If this record does not represent a link: The version number of the imported item. If the item originated in this library, the version stamp is -1. The initial import is version 0. If this record represents a link, this is the ID of the "from" end point. | int | 4 | ||||
LMP_IMP_OWNER_ENTITY_TYPE | If this record does not represent a link, the type of entity that contains this item. If a TEST folder, this value is ALL_LISTS. If this record represents a link, the the type of "from" end point linked item. For example, REQ or TEST. | varchar | 30 | ||||
LMP_IMP_OWNER_ENTITY_KEY | The ID of the containing entity. | int | 4 | ||||
LMP_IMP_LINK_ENTITY_TYPE | If this record represents a link, the type of the linked item. For example, REQ or TEST. If not a link, this field is null. | varchar | 30 | ![]() | |||
LMP_IMP_LINK_ENTITY_KEY | The ID of the linked entity in this library. If no links, -1. | int | 4 | ![]() | |||
LMP_IMP_ENTITY_ABSOLUTE_PATH | The path of the mapped entity on the imported library side. Null if the mapped entity is not hierarchical. Do not modify this data. | varchar | 255 | ![]() |
Index | Description | Primary | Unique |
---|---|---|---|
LIBRARY_MAPPINGS_IX1 | |||
LIBRARY_MAPPINGS_IX2 | |||
LIBRARY_MAPPINGS_IX3 | |||
LIBRARY_MAPPINGS_PK | ![]() | ![]() |