Database – Sound Group Item Entity (sound_group_item_entity)
Sound items and associated action for audio notifications in the UI
Column |
Data Type |
Column Info |
Value Notes |
Other |
id |
int(11) |
The id of the entity |
||
sound_group_id |
int(11) |
associated sound group id |
||
event |
varchar(100) |
trigger event |
||
sound |
varchar(100) |
Encoding of sound file to use |
||
active |
tinyint(1) |
Whether or not the entity is active |
1 - yes, 0 - no |
|
deleted |
tinyint(1) |
Whether or not the entity was deleted |
1 - yes, 0 - no |
|
created |
timestamp |
Timestamp of when the entity was created |
||
lastUpdated |
timestamp |
Timestamp of when the entity was last updated |