uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
tel_evaluation | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
eva_effective_dt | TimeStamp |
| Data-Hora da Avaliação | |||||
| eva_id | Integer |
| nextval('"URX_PUBLIC".tel_evaluation_id_seq'::regclass) | Identificador | |||
eva_activity_id | Integer |
| Atividade |
| ||||
eva_followup_id | Integer |
| Acompanhamento |
| ||||
eva_unit_id | Integer | Unidade |
| |||||
eva_delete_bit | SmallInt | 0 | Bit de Exclusão | |||||
eva_score1 | SmallInt |
| Pontuação1 (Customizável) | |||||
eva_score2 | SmallInt |
| Pontuação2 (Customizável) | |||||
eva_remarks | VarChar(255) |
| Comentário | |||||
eva_team | VarChar(50) |
| Equipe |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_tel_evaluation_ope_team | URX_PUBLIC.tel_evaluation | eva_team | ||
ix_tel_evaluation_pro_activity | URX_PUBLIC.tel_evaluation | eva_activity_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_tel_evaluation_activity | URX_PUBLIC.pro_activity | URX_PUBLIC.tel_evaluation | act_id | eva_activity_id |
fk_tel_evaluation_followup | URX_PUBLIC.tel_followup | URX_PUBLIC.tel_evaluation | fol_id | eva_followup_id |
fk_tel_evaluation_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.tel_evaluation | uni_person_id | eva_unit_id |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_tel_evaluation_answer_tel_evaluation | URX_PUBLIC.tel_evaluation | URX_PUBLIC.tel_evaluation_answer | eva_id | eva_answer_evaluation_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_eva_effective_dt | URX_PUBLIC.tel_evaluation |
| BEFORE | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
tg_tel_evaluation_create | URX_PUBLIC.tel_evaluation |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |