item_config Table (368)
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table is a generic table for storing item configuration. It is only used by the class ItemConfig.
Fields
Name | Description | Type | Null |
---|---|---|---|
id | Primary key | PK | |
domain | The domain for which this item belongs (domains are defined in ItemConfig.h) | Int | |
item_id | The id of the element for which this item belongs | Int | |
item_name | The name for this config item | String(255) | ● |
item_value | The value for this config item | Clob | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
domain | Int | Index |
item_id | Int | Index |
Replication Flags
- None
Security Flags
- No access control via user's Role.