Database – Notification Category - Delivery Relation (notification_category__delivery)
Provides a many-to-many relationship between notification categories and delivery methods.
Column | Data Type | Column Info | Value Notes | Other |
category_id | int(11) | Associated category id | ||
delivery_id | int(11) | Associated delivery id | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated |