Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2017
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. baza_testowa=#  \d bip_dochody_budzet
  2.   TABLE "public.bip_dochody_budzet"
  3.      COLUMN      |  TYPE  | Modifiers
  4. -----------------+--------+-----------
  5.  id_sprawozdania | bigint | NOT null
  6.  id_wpisu        | bigint |
  7.  dzial           | TEXT   |
  8.  rozdzial        | TEXT   |
  9.  paragraf        | TEXT   |
  10.  plan            | bigint |
  11.  naleznosc       | bigint |
  12.  potracenia      | bigint |
  13.  dochody_w       | bigint |
  14.  dochody_o       | bigint |
  15.  saldo_o         | bigint |
  16.  saldo_z         | bigint |
  17.  saldo_n         | bigint |
  18.  skutki_stawki   | bigint |
  19.  skutki_ulgi     | bigint |
  20.  typ             | bigint |
  21. Foreign-key constraints:
  22.     "bip_fk_dochody_budzet" FOREIGN KEY (id_sprawozdania) REFERENCES bip_dochody_sprawozdania(id_sprawozdania)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement