ajout de la table friendship

This commit is contained in:
2026-01-09 04:52:19 +01:00
parent f1d716c25d
commit a0f01c939b
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -7,5 +7,12 @@ POSTGRES_DB=database
POSTGRES_HOST=database
POSTGRES_USER=user
Gestion de friendship dans POSTGRESQL:
'pending' → demande envoyée
'accepted' → amis
'blocked' → bloqué
'rejected' → refusé
Ressource:
https://www.postgresql.org/docs/