Advertisement
Guest User

Untitled

a guest
Mar 4th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Tabela "public.ps_aors"
  2. Coluna | Tipo | Collation | Nullable | Default
  3. ----------------------+------------------------+-----------+----------+---------
  4. id | character varying(40) | | not null |
  5. contact | character varying(255) | | |
  6. default_expiration | integer | | |
  7. mailboxes | character varying(80) | | |
  8. max_contacts | integer | | |
  9. minimum_expiration | integer | | |
  10. remove_existing | yesno_values | | |
  11. qualify_frequency | integer | | |
  12. authenticate_qualify | yesno_values | | |
  13. maximum_expiration | integer | | |
  14. outbound_proxy | character varying(40) | | |
  15. support_path | yesno_values | | |
  16. qualify_timeout | double precision | | |
  17. voicemail_extension | character varying(40) | | |
  18. Índices:
  19. "ps_aors_id_key" UNIQUE CONSTRAINT, btree (id)
  20. "ps_aors_id" btree (id)
  21. "ps_aors_qualifyfreq_contact" btree (qualify_frequency, contact)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement