| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| sto_chemical_group | (Table) |
| Columns | ||||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| che_group_unit_id | Integer | Unidade |
| |||||
|
| che_group_id | SmallInt |
| nextval('sto_chemical_group_id_seq'::regclass) | Identificador | |||
| che_group_delete_bit | SmallInt | 0 | Bit de Exclusão |
|
||||
| che_group_label | VarChar(50) | Rótulo |
|
|||||
| che_group_antidote | VarChar(40) |
| Antidoto | |||||
| che_group_defense | VarChar(40) |
| Mecanismo de defesa | |||||
| che_group_cod | VarChar(3) |
| Código do sistema legado | |||||
| Indexes (none) |
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_sto_chemical_group_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.sto_chemical_group | uni_person_id | che_group_unit_id |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_sto_chemical_group_application_unit | URX_PUBLIC.sto_chemical_group | URX_PUBLIC.sto_chemical_group_application | che_group_id | che_application_group_id |
| fk_sto_chemical_subgroup_group | URX_PUBLIC.sto_chemical_group | URX_PUBLIC.sto_chemical_subgroup | che_group_id | che_subgroup_group_id |
| Triggers | |||||||
| Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
| tg_sto_chemical_group_create | URX_PUBLIC.sto_chemical_group |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| Used in Diagrams |
| Diagram Name |
| diagramA |