| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| sys_cep_neighbor | (Table) |
| Columns | ||||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
|
| cep_neighbor_id | Integer |
| nextval('"URX_PUBLIC".sys_cep_neighbor_id_seq'::regclass) | Identificador | |||
| cep_neighbor_city_id | Integer | Município |
| |||||
| cep_neighbor_text | VarChar(72) | Nome | ||||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| ix_sys_cep_neighbor_sys_cep_city | URX_PUBLIC.sys_cep_neighbor | cep_neighbor_city_id | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_sys_cep_neighbor_sys_cep_city | URX_PUBLIC.sys_cep_city | URX_PUBLIC.sys_cep_neighbor | cep_city_id | cep_neighbor_city_id |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_sys_cep_location_sys_cep_neighbor | URX_PUBLIC.sys_cep_neighbor | URX_PUBLIC.sys_cep_location | cep_neighbor_id | cep_location_neighbor_id |
| Triggers | |||||||
| Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
| tg_sys_cep_neighbor_create | URX_PUBLIC.sys_cep_neighbor |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| Used in Diagrams |
| Diagram Name |
| diagramA |