[SPRINT 1] Création table notifications #41
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Notifications utilisateur.
Colonnes : id (PK), user_id (FK), type (varchar/CHECK), message (text), is_read (bool default false), created_at.
Index : (user_id,is_read,created_at).
Critères d’acceptation
Création/lecture (is_read) OK.
Requêtes par user efficaces.
DBML & Draw.io à jour.