| DbWrench Documentation: MRE |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| rutas | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
| rutasID | Integer |
| ID unica | |||
| nombre | VarChar(50) |
| Nombre (p.listados) | ||||
| descripcion | Text |
| Descripcion | ||||
| fecha | Date |
| 2007-06-01 | fecha de registro | |||
| instrucciones | Text |
| Instrucciones | ||||
| costo | Decimal(12, 4) |
| Costo total de esta ruta | ||||
| tiempo | Integer |
| tiempo total que toma en minutos | ||||
| kardeID | Integer | codigo.kardex.ID |
|
||||
| notasID | Integer |
| nota.ID |
|
|||
| Indexes (none) |
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_ruta_kardex | inventarios.kardex | produccion.rutas | kardeID | kardeID |
| fk_ruta_notas | info.notas | produccion.rutas | notasID | notasID |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_reqprod_ruta | produccion.rutas | produccion.dtreqproduccion | rutasID | rutasID |
| fk_materiales_ruta | produccion.rutas | produccion.materiales | rutasID | rutasID |
| fk_tareas_ruta | produccion.rutas | produccion.tareas | rutasID | rutasID |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| MRP |