<aside> <img src="/icons/checklist_green.svg" alt="/icons/checklist_green.svg" width="40px" />

</aside>

Persistence Model

Table product_related {
  product_id uuid [not null, ref: > products.id]
  related_id uuid [not null, ref: > products.id]
  order int [not null, default: 0]
  notes text
  deleted_at timestamp null
}

Domain Rules

Quan hệ giữa product_relatedproducts

Thứ tự hiển thị (order)

Ghi chú (notes)

Soft-delete và Cascade

Hiển thị và xử lý