| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| pro_activity_type | (Table) |
| Columns | ||||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
|
| act_type_id | SmallInt |
| nextval('"URX_PUBLIC".pro_activity_type_id_seq'::regclass) | Identificador | |||
| act_type_function_id | SmallInt | Função Requerida |
| |||||
| act_type_project_type_id | SmallInt | Projeto Padrão Relacionado |
| |||||
| act_type_planned_work | SmallInt | Trabalho Planejado | ||||||
| act_type_planned_duration | SmallInt | Duração Planejada | ||||||
| act_type_effective_work | SmallInt |
| Trabalho Efetivo | |||||
| act_type_effective_duration | SmallInt |
| Duração Efetiva | |||||
| act_type_delete_bit | SmallInt | 0 | Bit de Exclusão |
|
||||
| act_type_label | VarChar(255) | Rótulo |
|
|||||
| act_type_type_id | SmallInt | Tipo de Atividade Padrão | ||||||
| act_type_service_type_id | SmallInt |
| Tipo de Serviço |
| ||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| ix_pro_activity_type_abi_function | URX_PUBLIC.pro_activity_type | act_type_function_id | ||
| ix_pro_activity_type_ope_service_type | URX_PUBLIC.pro_activity_type | act_type_service_type_id | ||
| ix_pro_activity_type_pro_project_type | URX_PUBLIC.pro_activity_type | act_type_project_type_id | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_pro_activity_type_abi_function | URX_PUBLIC.abi_function | URX_PUBLIC.pro_activity_type | fun_id | act_type_function_id |
| fk_pro_activity_type_ope_service_type | URX_PUBLIC.ope_service_type | URX_PUBLIC.pro_activity_type | ser_type_id | act_type_service_type_id |
| fk_pro_activity_type_pro_project_type | URX_PUBLIC.pro_project_type | URX_PUBLIC.pro_activity_type | pro_type_id | act_type_project_type_id |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_pro_activity_pro_activity_type | URX_PUBLIC.pro_activity_type | URX_PUBLIC.pro_activity | act_type_id | act_type_id |
| Triggers | |||||||
| Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
| tg_pro_activity_type_create | URX_PUBLIC.pro_activity_type |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| Used in Diagrams |
| Diagram Name |
| diagramA |