Database – Stoplight Entity (stoplight_entity)
Holds stoplight information.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
rule | text | Associated Clojure Rule used in entity evaluation | ||
display | varchar(100) | display | stoplight.dislpay.* | |
style | varchar(100) | style | stoplight.style.* | |
color | varchar(100) | stoplight color | stoplight.color.* | |
state | tinyint(1) | stoplight state | 1 - on, 0 - off | |
uiState | text | UI sate | ||
priority | bigint(20) | stoplight evaluation priority | ||
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 |