Database – Rules to Category Relation (rule__category)
Maps rules to categories
Column | Data Type | Column Info | Value Notes | Other |
rule_id | int(11) | associated rule id | ||
category_id | int(11) | Associated category id | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no |