This commit is contained in:
2025-08-28 13:54:30 +02:00
parent 2c7f481e32
commit 422212690b
4 changed files with 134 additions and 135 deletions

View File

@@ -10,10 +10,9 @@ create table adherent (
\COPY adherent FROM '/tmp/adherent.csv' (FORMAT CSV, header, ENCODING 'UTF8');
create table famille (
famille text primary key,
intitule text,
type int,
unite int
code text primary key,
famille text,
code_parent text
);
\COPY famille FROM '/tmp/famille.csv' (FORMAT CSV, header, ENCODING 'UTF8');