Database – Note Alert Rule (rules_note_alert_entity)
Description
Shows information regarding Note Alert Rules.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The ID of the entity | ||
title | varchar(100) | The title of the rule applied | ||
rule | text | The Clojure rule | ||
type | enum('alert') | The type of alert | ||
custom_message | text | The message of the alert | ||
created | datetime | Created date | ||
lastUpdated | timestamp | Date the entity was last updated | ||
active | tinyint(1) | Whether or not the entity is active | ||
deleted | tinyint(1) | Whether or not the entity was deleted |