## Description
- Messages rattachés à un dossier.
- Colonnes : id (PK), dossier_id (FK), sender_id (FK→users.id), content, is_ai_rewritten (bool), created_at.
- Index : (dossier_id,created_at).
## Critères d’acceptation
- Insertion message avec FK valides OK.
- Tri par date performant.
- DBML & Draw.io à jour.
vdorge
added this to the Sprint 1 – Mise en place BDD milestone 2025-08-11 14:14:45 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
Messages rattachés à un dossier.
Colonnes : id (PK), dossier_id (FK), sender_id (FK→users.id), content, is_ai_rewritten (bool), created_at.
Index : (dossier_id,created_at).
Critères d’acceptation
Insertion message avec FK valides OK.
Tri par date performant.
DBML & Draw.io à jour.