| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| sto_product_category | (Table) |
| Columns | ||||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
|
| pro_category_id | SmallInt |
| nextval('"URX_PUBLIC".sto_product_category_id_seq'::regclass) | Identificador | |||
| pro_category_type_id | SmallInt | Tipo de Produto |
| |||||
| pro_category_delete_bit | SmallInt | 0 | Bit de Exclusão |
|
||||
| pro_category_label | VarChar(100) | Rótulo |
|
|||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| ix_sto_product_category_sto_product_type | URX_PUBLIC.sto_product_category | pro_category_type_id | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_sto_product_category_sto_product_type | URX_PUBLIC.sto_product_type | URX_PUBLIC.sto_product_category | pro_type_id | pro_category_type_id |
| Parent Relations | ||||
| 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 |
| Triggers | |||||||
| Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
| tg_sto_product_category_create | URX_PUBLIC.sto_product_category |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| Used in Diagrams |
| Diagram Name |
| diagramA |