Suppression de données inutiles
This commit is contained in:
@@ -9,9 +9,6 @@ create table famille (
|
||||
|
||||
create table article (
|
||||
code text primary key,
|
||||
edi text,
|
||||
stat1 text,
|
||||
stat2 text,
|
||||
article text,
|
||||
famille text, -- references famille(famille)
|
||||
factpoids int,
|
||||
@@ -29,9 +26,7 @@ create table ticket (
|
||||
id int primary key,
|
||||
horodatage timestamp,
|
||||
client text,
|
||||
mode_rglt int,
|
||||
etat int,
|
||||
facture text
|
||||
mode_rglt int
|
||||
);
|
||||
|
||||
\COPY ticket FROM '/tmp/ticket.csv' (FORMAT CSV, header, ENCODING 'UTF8');
|
||||
|
||||
Reference in New Issue
Block a user