sbt_template_mapping - SBT template mapping
Holds mapping information between SBT variables.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
template_id | int(11) | associated template id | ||
template_variable | varchar(255) | template variable | ||
context_variable | varchar(255) | template context variable | ||
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 | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |