| DbWrench Documentation: MRE |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| mejoras | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
| mejorID | Integer |
| ID unica | |||
| identi | Integer | Numero docto | |||||
| nombre | VarChar(50) |
| Nombre (p.listados) | ||||
| descripcion | Text |
| Descripcion | ||||
| fecha | Date |
| 2007-06-01 | fecha de registro | |||
| obs | Text |
| Observaciones, Anotaciones o Comentarios | ||||
| instrucciones | Text |
| Instrucciones | ||||
| transID | Integer | ntrx.ID |
|
||||
| notasID | Integer |
| notas ID |
|
|||
| activID | Integer | activos ID |
|
||||
| valor | Decimal(10, 2) |
| valor de la mejora | ||||
| Indexes (none) |
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_mejoras_activos | activos.activos | activos.mejoras | activID | activID |
| fk_mejoras_notas | info.notas | activos.mejoras | notasID | notasID |
| fk_mejoras_transacciones | mantenimiento.transacciones | activos.mejoras | transID | transID |
| Parent Relations (none) |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| activos |