Yes its not my primary language.
Ok. Here is the table:
-- Table: public.otv_fil
-- DROP TABLE public.otv_fil;
CREATE TABLE public.otv_fil
(
"timestamp" timestamp without time zone,
blok9osx double precision,
timestamp2 timestamp without time zone,
con integer,
blok9osy double precision,
timestamp3 timestamp without time zone,
con2 integer,
blok11osx double precision,
timestamp4 timestamp without time zone,
con3 integer,
blok11osy double precision,
timestamp5 timestamp without time zone,
con4 integer,
filblok10 double precision,
timestamp6 timestamp without time zone,
con5 integer,
filblok11 double precision,
timestamp7 timestamp without time zone,
con6 integer
)
WITH (
OIDS = FALSE
)
TABLESPACE pg_default;
ALTER TABLE public.otv_fil
OWNER to postgres;
Is this the structure that i must to show?