| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| ope_service_item_product | (Table) |
| Columns | ||||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
|
| ser_item_pro_id | Integer |
| nextval('"URX_PUBLIC".ope_service_item_product_id_seq'::regclass) | Identificador | |||
| ser_item_pro_service_item_id | Integer | Item do Serviço |
|
|
||||
| ser_item_pro_product_id | Integer | Produto |
|
|
||||
| ser_item_pro_qty | Integer | Quantidade | ||||||
| ser_item_pro_unit_price | Numeric(10, 2) |
| 0 | Preço Unitário | ||||
| ser_item_pro_sub_total_price | Numeric(10, 2) |
| 0 | Sub-Total | ||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| ix_ope_service_item_product_ope_product | URX_PUBLIC.ope_service_item_product | ser_item_pro_product_id | ||
| ix_ope_service_item_product_ope_service | URX_PUBLIC.ope_service_item_product | ser_item_pro_service_item_id | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_ope_service_item_product_ope_product | URX_PUBLIC.sto_product | URX_PUBLIC.ope_service_item_product | pro_id | ser_item_pro_product_id |
| fk_ope_service_item_product_service_item | URX_PUBLIC.ope_service_item | URX_PUBLIC.ope_service_item_product | ser_item_id | ser_item_pro_service_item_id |
| Parent Relations (none) |
| Triggers | |||||||
| Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
| tg_ope_service_item_product_create | URX_PUBLIC.ope_service_item_product |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| Used in Diagrams |
| Diagram Name |
| diagramA |