| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| sel_commission | (Table) |
| Columns | ||||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
|
| com_id | Integer |
| nextval('"URX_PUBLIC".sel_commission_id_seq'::regclass) | Identificador | |||
| com_service_id | Integer | Serviço |
|
|
||||
| com_invoice_id | Integer | Fatura |
|
|
||||
| com_date | Date | Data de Pagamento | ||||||
| com_delete_bit | SmallInt | 0 | Bit de Exclusão |
|
||||
| com_seller_index | Numeric(10, 2) | 0 | Índice de Comissão do Vendedor | |||||
| com_seller_value | Numeric(10, 2) | 0 | Valor da Comissão do Vendedor | |||||
| com_attendant_index | Numeric(10, 2) | 0 | Índice de Comissão do Atendente | |||||
| com_attendant_value | Numeric(10, 2) | 0 | Valor da Comissão do Atendente | |||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| ix_sel_commission_ope_service | URX_PUBLIC.sel_commission | com_service_id | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_sel_commission_fin_invoice | URX_PUBLIC.fin_invoice | URX_PUBLIC.sel_commission | inv_id | com_invoice_id |
| fk_sel_commission_ope_service | URX_PUBLIC.ope_service | URX_PUBLIC.sel_commission | ser_id | com_service_id |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_sel_commission_item_sel_commission | URX_PUBLIC.sel_commission | URX_PUBLIC.sel_commission_item | com_id | com_item_commission_id |
| Triggers | |||||||
| Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
| tg_sel_commission_create | URX_PUBLIC.sel_commission |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| Used in Diagrams |
| Diagram Name |
| diagramA |