uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
ope_team | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| tea_id | Integer |
| nextval('"URX_PUBLIC".ope_team_id_seq'::regclass) | Identificador | |||
tea_unit_id | Integer | Unidade |
|
|
||||
tea_type_id | SmallInt | Atividade Principal |
| |||||
tea_vehicle_id | SmallInt | Veículo |
| |||||
tea_status_id | SmallInt | 1 | Situação | |||||
tea_delete_bit | SmallInt | 0 | Bit de Exclusão |
|
||||
tea_label | VarChar(50) | Rótulo |
|
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_ope_team_ope_team_type | URX_PUBLIC.ope_team | tea_type_id | ||
ix_ope_team_ope_vehicle | URX_PUBLIC.ope_team | tea_vehicle_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ope_team_ope_team_type | URX_PUBLIC.ope_team_type | URX_PUBLIC.ope_team | tea_type_id | tea_type_id |
fk_ope_team_ope_vehicle | URX_PUBLIC.ope_vehicle | URX_PUBLIC.ope_team | veh_id | tea_vehicle_id |
fk_ope_team_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.ope_team | uni_person_id | tea_unit_id |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_ope_team_item_ope_team | URX_PUBLIC.ope_team | URX_PUBLIC.ope_team_item | tea_id | tea_item_team_id |
fk_pro_activity_ope_team | URX_PUBLIC.ope_team | URX_PUBLIC.pro_activity | tea_id | act_team_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_ope_team_create | URX_PUBLIC.ope_team |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |