organisation des familles

This commit is contained in:
2025-08-29 07:30:55 +02:00
parent 8dfd8d52d6
commit 565f3669e4
3 changed files with 136 additions and 167 deletions

View File

@@ -2,7 +2,7 @@ create table adherent (
id int primary key,
nom text,
prenom text,
genre text,
genre smallint,
naissance date,
codepostal text
);