uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
abi_certificate | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
cer_unit_id | Integer | Unidade |
|
|
||||
| cer_id | SmallInt |
| nextval('"URX_PUBLIC".abi_certificate_id_seq'::regclass) | Identificador | |||
cer_type_id | SmallInt | Tipo |
|
|
||||
cer_validation | SmallInt | 0 | Requer Validação | |||||
cer_delete_bit | SmallInt | 0 | Bit de Exclusão |
|
||||
cer_label | VarChar(50) | Rótulo |
|
|||||
cer_description | VarChar(255) | Descrição | ||||||
cer_label_abbrev | VarChar(20) |
| Abreviatura |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_abi_certificate_abi_certificate_type | URX_PUBLIC.abi_certificate | cer_type_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_abi_certificate_abi_certificate_type | URX_PUBLIC.abi_certificate_type | URX_PUBLIC.abi_certificate | cer_type_id | cer_type_id |
fk_abi_certificate_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.abi_certificate | uni_person_id | cer_unit_id |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_abi_employee_certificate_abi_certificate | URX_PUBLIC.abi_certificate | URX_PUBLIC.abi_employee_certificate | cer_id | emc_certificate_id |
fk_abi_rule_certificate_abi_certificate | URX_PUBLIC.abi_certificate | URX_PUBLIC.abi_rule_certificate | cer_id | rul_certificate_certificate_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_abi_certificate_create | URX_PUBLIC.abi_certificate |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |