Famille
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user