uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sto_location | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
loc_unit_id | Integer | Unidade |
|
|
||||
| loc_id | SmallInt |
| nextval('"URX_PUBLIC".sto_location_id_seq'::regclass) | Identificador | |||
loc_type_id | SmallInt | Tipo |
| |||||
loc_is_default | SmallInt | 0 | Padrão | |||||
loc_status_id | SmallInt | 1 | Situação | |||||
loc_delete_bit | SmallInt | 0 | Bit de Exclusão |
|
||||
loc_label | VarChar(50) | Rótulo |
|
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_sto_location_sto_location_type | URX_PUBLIC.sto_location | loc_type_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sto_location_sto_location_type | URX_PUBLIC.sto_location_type | URX_PUBLIC.sto_location | loc_type_id | loc_type_id |
fk_sto_location_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.sto_location | uni_person_id | loc_unit_id |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_sto_product_at_location_sto_location | URX_PUBLIC.sto_location | URX_PUBLIC.sto_product_at_location | loc_id | pro_location_location_id |
fk_sto_request_sto_location | URX_PUBLIC.sto_location | URX_PUBLIC.sto_request | loc_id | req_location_id |
fk_sto_request_grain_location | URX_PUBLIC.sto_location | URX_PUBLIC.sto_request_grain | loc_id | req_grain_location_id |
fk_sto_transference_sto_location_dest | URX_PUBLIC.sto_location | URX_PUBLIC.sto_transference | loc_id | trf_dest_loc_id |
fk_sto_transference_sto_location_orig | URX_PUBLIC.sto_location | URX_PUBLIC.sto_transference | loc_id | trf_orig_loc_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_sto_location_create | URX_PUBLIC.sto_location |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |