uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
fin_taxing | (Table) |
Columns | ||||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| tax_id | SmallInt |
| nextval('"URX_PUBLIC".fin_taxing_id_seq'::regclass) | Identificador | |||
tax_type_id | SmallInt | Tipo |
| |||||
tax_source_discounted | SmallInt | 1 | É Descontado na Fonte | |||||
tax_delete_bit | SmallInt | 0 | Bit de Exclusão |
|
||||
tax_label | VarChar(255) | Rótulo |
|
|||||
tax_code | VarChar(10) |
| Código da Receita | |||||
tax_value | Numeric(10, 2) | 0 | Alíquota |
Indexes | ||||
Name | Table | Columns | Unique | Clustered |
ix_fin_taxing_fin_taxing_type | URX_PUBLIC.fin_taxing | tax_type_id |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_fin_taxing_fin_taxing_type | URX_PUBLIC.fin_taxing_type | URX_PUBLIC.fin_taxing | tax_type_id | tax_type_id |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_fin_billing_tax_fin_taxing | URX_PUBLIC.fin_taxing | URX_PUBLIC.fin_billing_tax | tax_id | bil_tax_tax_id |
Triggers | |||||||
Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
tg_fin_taxing_create | URX_PUBLIC.fin_taxing |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... |
Used in Diagrams |
Diagram Name |
diagramA |