Advertisement
Guest User

Untitled

a guest
Jul 13th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. CREATE TABLE public.new_raw_input
  2. (
  3.   id serial primary key,
  4.   strona text,
  5.   informacje_dodatkowe text,
  6.   nr_oferty_w_biurze_nieruchomosci text,
  7.   pietro text,
  8.   dzielnica text,
  9.   opis_finalny text,
  10.   wspolrzedne_lon text,
  11.   wspolrzedne_lat text,
  12.   okna text,
  13.   rodzaj_zabudowy text,
  14.   material_budynku text,
  15.   czynsz numeric(6,2),
  16.   rynek text,
  17.   rok_budowy integer,
  18.   forma_wlasnosci text,
  19.   stan_wykonczenia text,
  20.   ogrzewanie text,
  21.   dostepne_od text,
  22.   tytul text,
  23.   data_aktualizacji text,
  24.   cena_za_metr numeric(8,2),
  25.   zdjecia_1 text,
  26.   zdjecia_2 text,
  27.   zdjecia_3 text,
  28.   zdjecia_4 text,
  29.   zdjecia_5 text,
  30.   powierzchnia numeric(5,2),
  31.   cena numeric(11,2),
  32.   pokoje text,
  33.   liczba_wyswietlen integer,
  34.   nr_oferty_w_otodom text,
  35.   data_dodania text
  36. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement