ejpackage_item Table (385)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table stores info on installed packages in the system
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| ejpackage | The id of the package for which this item belongs | FK ejpackage | |
| idx | The index in the package | Int | |
| domain | The domain for which this item belongs (domains are defined in PackageLib.h) | Int | |
| item_id | The id of the element for which this item belongs | Int | |
| ref_name | Used to reference the item in installscript | String(255) | ● |
| parent_id | The parent for this package item link. -1 if this is a toplevel item link. | FK ejpackage_item |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| ejpackage | FK | Index |
| domain | Int | Index |
| item_id | Int | Index |
| parent_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| ejpackage | This table stores packages on the system. |
| ejpackage_item | This table stores info on installed packages in the system |
Replication Flags
- None
Security Flags
- No access control via user's Role.