CREATE TABLE informacje (
   id SERIAL PRIMARY KEY NOT NULL,
   dane varchar(255)
);
