uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sys_cep_state | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| cep_state_id | SmallInt |
| nextval('"URX_PUBLIC".sys_cep_state_id_seq'::regclass) | Identificador | |||
cep_state_idx | VarChar(2) | Sigla |
|
|||||
cep_state_timezone_id | VarChar(25) | Fuso Horário | ||||||
cep_state_text | VarChar(72) | Nome |
|
Indexes (none) |
Foreign Keys (none) |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_adm_calendar_holliday_sys_cep_state | URX_PUBLIC.sys_cep_state | URX_PUBLIC.adm_calendar_holliday | cep_state_id | cal_holliday_state_id |
fk_ope_vehicle_sys_cep_state | URX_PUBLIC.sys_cep_state | URX_PUBLIC.ope_vehicle | cep_state_id | veh_license_state_id |
fk_sys_address_cep_state | URX_PUBLIC.sys_cep_state | URX_PUBLIC.sys_address | cep_state_id | add_state_id |
fk_sys_cep_city_sys_cep_state | URX_PUBLIC.sys_cep_state | URX_PUBLIC.sys_cep_city | cep_state_id | cep_city_state_id |
fk_sys_person_sys_cep_state | URX_PUBLIC.sys_cep_state | URX_PUBLIC.sys_person | cep_state_id | per_nat |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_sys_cep_state_create | URX_PUBLIC.sys_cep_state |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |