| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| tel_followup_call | (Table) |
| Columns | ||||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| fol_call_dt | TimeStamp | Data-Hora do Contato | ||||||
|
| fol_call_id | Integer |
| nextval('"URX_PUBLIC".tel_followup_call_id_seq'::regclass) | Identificador | |||
| fol_call_followup_id | Integer | Acompanhamento |
| |||||
| fol_call_employee_id | Integer | Atendente |
| |||||
| fol_call_status_id | SmallInt | Situação |
| |||||
| fol_call_delete_bit | SmallInt | 0 | Bit de Exclusão | |||||
| fol_call_phone_type | SmallInt | Tipo de Telefone | ||||||
| fol_call_phone_number | VarChar(11) | Número Chamado | ||||||
| fol_call_remarks | VarChar(255) |
| Observações | |||||
| fol_call_name | VarChar(50) |
| Pessoa com quem Falou | |||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| ix_tel_followup_call_employee | URX_PUBLIC.tel_followup_call | fol_call_employee_id | ||
| ix_tel_followup_call_tel_followup_call_status | URX_PUBLIC.tel_followup_call | fol_call_status_id | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_tel_followup_call_employee | URX_PUBLIC.abi_employee | URX_PUBLIC.tel_followup_call | emp_id | fol_call_employee_id |
| fk_tel_followup_call_followup | URX_PUBLIC.tel_followup | URX_PUBLIC.tel_followup_call | fol_id | fol_call_followup_id |
| fk_tel_followup_call_status | URX_PUBLIC.tel_followup_status_list | URX_PUBLIC.tel_followup_call | fol_status_id | fol_call_status_id |
| Parent Relations (none) |
| Triggers | |||||||
| Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
| tg_fol_call_dt | URX_PUBLIC.tel_followup_call |
| BEFORE | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| tg_tel_followup_call_create | URX_PUBLIC.tel_followup_call |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| Used in Diagrams |
| Diagram Name |
| diagramA |