| DbWrench Documentation: MRE |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| servicios | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
| serviID | 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 |
|
|||
| activID | Integer | codigo activo.ID |
|
||||
| notasID | Integer |
| notas ID |
|
|||
| Indexes (none) |
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_servicios_activos | activos.activos | activos.servicios | activID | activID |
| fk_servicios_notas | info.notas | activos.servicios | notasID | notasID |
| fk_servicios_transacciones | mantenimiento.transacciones | activos.servicios | transID | transID |
| Parent Relations (none) |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| activos |