Please enable JavaScript.
Coggle requires JavaScript to display documents.
Notification - Coggle Diagram
Notification
Table admin_notification
id
name
slug
status_id
type_id
email_subject
email_body
telegram_body
deleted (0 - not deleted, 1 - deleted)
created_at
updated_at
Table admin_notification_status
id
name
description
created_at
updated_at
Table admin_notification_type
id
type (1 - email, 2 telegram, 3 - both email and telegram)
description
updated_at
created_at
Table admin_notification_variable
id
name
description
updated_at
created_at