Guest User

Untitled

a guest
Jan 16th, 2021
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. ads=# \d user1
  2. Table "public.user1"
  3. Column | Type | Collation | Nullable | Default
  4. ---------------------+---------+-----------+----------+----------------------------------
  5. id | integer | | not null | generated by default as identity
  6. contact_information | bytea | | |
  7. Indexes:
  8. "user1_pkey" PRIMARY KEY, btree (id)
  9.  
  10. ads=# \d contact_information_support
  11. Table "public.contact_information_support"
  12. Column | Type | Collation | Nullable | Default
  13. ------------+------------------------+-----------+----------+----------------------------------
  14. id | integer | | not null | generated by default as identity
  15. first_name | character varying(255) | | |
  16. last_name | character varying(255) | | |
  17. phone_nr | character varying(255) | | |
  18. Indexes:
  19. "contact_information_support
Advertisement
Add Comment
Please, Sign In to add comment