<aside>

</aside>

Table notification_types {
  id            int       [pk, increment, note: 'Khóa chính loại thông báo']
  code          varchar   [unique, not null, note: 'Mã định danh (ví dụ: course_update, promo, reminder, system)']
  description   text      [note: 'Mô tả ngắn về loại thông báo']
  created_at    timestamp [default: `now()`, note: 'Thời điểm tạo loại thông báo']
  updated_at    timestamp [default: `now()`, note: 'Thời điểm cập nhật lần cuối của loại']
}

Create Notification Type Command

Update Notification Type Command

Archive Notification Type Command

Get Notification Type Detail Query

List Notification Types Query