| DbWrench Documentation: MRE |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| creditos | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
| crediID | Integer | ID unica | ||||
| nombre | VarChar(50) |
| Nombre (p.listados) | ||||
| descripcion | Text |
| Descripcion | ||||
| fecha | Date |
| 2007-06-01 | fecha de registro | |||
| obs | Text |
| Observaciones, Anotaciones o Comentarios | ||||
| transID | Integer | ntrx.ID |
|
||||
| tipocID | Integer | tipocr.ID |
|
||||
| Indexes (none) |
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_creditos_tipocredito | doctos.tpcredito | doctos.creditos | tipocID | tipocID |
| fk_creditos_transacciones | mantenimiento.transacciones | doctos.creditos | transID | transID |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_opebcos_creditos | doctos.creditos | bancos.opebcos | crediID | crediID |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| Bancos |
| Contabilidad |