uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
sto_product_at_location | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| pro_location_id | Integer |
| nextval('"URX_PUBLIC".sto_product_at_location_id_seq'::regclass) | Identificador | |||
pro_location_product_id | Integer | Produto |
|
|
||||
pro_location_qty_in_stock_virtual | Integer | 0 | Quantidade em Estoque (Virtual) | |||||
pro_location_qty_in_stock_real | Integer | 0 | Quantidade em Estoque (Real) | |||||
pro_location_location_id | SmallInt | Local de Estocagem |
|
|
||||
pro_location_delete_bit | SmallInt | 0 | Bit de Exclusão |
|
||||
pro_location_position_1 | VarChar(10) |
| Rua | |||||
pro_location_position_2 | VarChar(10) |
| Número | |||||
pro_location_position_3 | VarChar(10) |
| Armário | |||||
pro_location_position_4 | VarChar(10) |
| Prateleira |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_sto_product_at_location_sto_location | URX_PUBLIC.sto_product_at_location | pro_location_id | ||
ix_sto_product_at_location_sto_product | URX_PUBLIC.sto_product_at_location | pro_location_product_id |
Foreign Keys | ||||
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_product_at_location_sto_product | URX_PUBLIC.sto_product | URX_PUBLIC.sto_product_at_location | pro_id | pro_location_product_id |
Parent Relations (none) |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_sto_product_at_location_create | URX_PUBLIC.sto_product_at_location |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |