| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| fin_invoice_feedback | (Table) |
| Columns | ||||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK | Unique |
| inv_feedback_dt | TimeStampWithTimeZone | Data de Importação | ||||||
|
| inv_feedback_id | Integer |
| nextval('"URX_PUBLIC".fin_invoice_feedback_id_seq'::regclass) | Identificador | |||
| inv_feedback_file_id | Integer |
| Arquivo |
|
|
|||
| inv_feedback_unit_id | Integer | Unidade |
| |||||
| inv_feedback_account_id | Integer | Conta Bancária |
| |||||
| inv_feedback_date | Date | Data de Geração | ||||||
| inv_feedback_count | SmallInt | Nº de Registros | ||||||
| inv_feedback_is_test | SmallInt | 0 | É teste | |||||
| inv_feedback_bank_id | VarChar(3) | Banco |
| |||||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| ix_fin_invoice_feedback_sys_file | URX_PUBLIC.fin_invoice_feedback | inv_feedback_file_id | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_fin_invoice_feedback_account | URX_PUBLIC.fin_account | URX_PUBLIC.fin_invoice_feedback | acc_id | inv_feedback_account_id |
| fk_fin_invoice_feedback_bank | URX_PUBLIC.fin_bank | URX_PUBLIC.fin_invoice_feedback | ban_id | inv_feedback_bank_id |
| fk_fin_invoice_feedback_sys_file | URX_PUBLIC.sys_file | URX_PUBLIC.fin_invoice_feedback | fil_id | inv_feedback_file_id |
| fk_fin_invoice_feedback_unit | URX_PUBLIC.adm_unit | URX_PUBLIC.fin_invoice_feedback | uni_person_id | inv_feedback_unit_id |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_fin_invoice_feedback_item_feedback | URX_PUBLIC.fin_invoice_feedback | URX_PUBLIC.fin_invoice_feedback_item | inv_feedback_id | inv_feedback_item_feedback_id |
| Triggers | |||||||
| Name | Table | On Delete | On Insert | On Update | Execute | For Each | SQL |
| tg_fin_invoice_feedback_create | URX_PUBLIC.fin_invoice_feedback |
| AFTER | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| tg_inv_feedback_dt | URX_PUBLIC.fin_invoice_feedback |
| BEFORE | FOR EACH ROW | "URX_PUBLIC"."_u ... | ||
| Used in Diagrams |
| Diagram Name |
| diagramA |