Database – Rule Entity (rule_entity)
Holds Clojure rule information.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
title | varchar(100) | The name/title of the entity instance | ||
type | varchar(100) | rule type | rule.type.* | |
description | varchar(500) | The description of the entity instance | ||
round | varchar(100) | rule rounding | computationField.round.* | |
format | varchar(100) | rule format | computationField.format.* | |
display | varchar(100) | rule display | computationField.display.* | |
rule | text | Associated Clojure Rule used in entity evaluation | ||
state | text | rule state | ||
updatable | tinyint(1) | Whether or not this rule can be updated | 1 - yes, 0 - no | |
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(4) | 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 |