Rename metadata fields for clarity and specificity
Updated `metadata` field names to `media_metadata` and `notification_metadata` in the eventspace ER schema. This improves clarity by providing more context-specific naming for better understanding and maintainability.
This commit is contained in:
@@ -219,7 +219,7 @@ erDiagram
|
|||||||
datetime updated_at
|
datetime updated_at
|
||||||
}
|
}
|
||||||
|
|
||||||
NotificationLog {
|
NotificationLog {I will
|
||||||
uuid id PK
|
uuid id PK
|
||||||
enum notification_type "EMAIL/SMS/PUSH/IN_APP"
|
enum notification_type "EMAIL/SMS/PUSH/IN_APP"
|
||||||
enum status "QUEUED/SENT/DELIVERED/FAILED/OPENED/CLICKED"
|
enum status "QUEUED/SENT/DELIVERED/FAILED/OPENED/CLICKED"
|
||||||
|
|||||||
Reference in New Issue
Block a user