Advertisement
Guest User

Untitled

a guest
May 26th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. bac=# \d+ contacts
  2.                                    Table "public.contacts"
  3.    Column    | Type | Collation | Nullable | Default | Storage  | Stats target | Description
  4. -------------+------+-----------+----------+---------+----------+--------------+-------------
  5.  contract    | uuid |           | not null |         | plain    |              |
  6.  description | text |           |          |         | extended |              |
  7.  email       | text |           | not null |         | extended |              |
  8. Indexes:
  9.     "contacts_pkey" PRIMARY KEY, btree (contract, email)
  10. Foreign-key constraints:
  11.     "contacts_contract_fkey" FOREIGN KEY (contract) REFERENCES contracts(uuid) ON DELETE CASCADE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement