Database – Custom Billing Theme Entity (custom_billing_theme_entity)
Description
This holds custom billing theme information used when generating billing statements.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
name | varchar(100) | Entity name | ||
source | text | Default theme source | ||
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 | ||
custom_billing_template_id | int(11) | ID of associated billing template |