| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| sto_product | (Table) |
| Columns | ||||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
|
| pro_id | Integer |
| nextval('"URX_PUBLIC".sto_product_id_seq'::regclass) | Identificador | |||
| pro_unit_id | Integer | Unidade |
|
|
||||
| pro_category_id | SmallInt | Categoria |
| |||||
| pro_packing_qty | SmallInt |
| Quantidade por embalagem | |||||
| pro_delete_bit | SmallInt | 0 | Bit de Exclusão |
|
||||
| pro_remarks | Text |
| Observações | |||||
| pro_label | VarChar(100) | Rótulo |
|
|||||
| pro_form | VarChar(50) |
| Apresentação | |||||
| pro_make | VarChar(40) |
| Fabricante | |||||
| pro_ref_literal | VarChar(20) |
| Número | |||||
| pro_gtin13_code | VarChar(13) |
| Código de Barras |
|
||||
| pro_supply_unit_code | VarChar(8) | Unidade de Fornecimento |
| |||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| ix_sto_product_gtin13_code | URX_PUBLIC.sto_product | pro_gtin13_code | ||
| ix_sto_product_sto_product_category | URX_PUBLIC.sto_product | pro_category_id | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_sto_product_sto_product_category | URX_PUBLIC.sto_product_category | URX_PUBLIC.sto_product | pro_category_id | pro_category_id |
| fk_sto_product_sto_supply_unit | URX_PUBLIC.sto_supply_unit | URX_PUBLIC.sto_product | sup_unit_code | pro_supply_unit_code |
| fk_sto_product_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.sto_product | uni_person_id | pro_unit_id |
| Triggers | |||||||
| Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
| tg_sto_product_create | URX_PUBLIC.sto_product |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| tg_sto_product_gtin13 | URX_PUBLIC.sto_product |
|
| BEFORE | FOR EACH ROW | "URX_PUBLIC"."_u ... | |
| Used in Diagrams |
| Diagram Name |
| diagramA |