DbWrench Documentation: MRE |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
dtmtproduccion | (Table) |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| dtmtpID | Integer | ID unica | ||||
fecha | Date |
| 2007-06-01 | fecha de registro | |||
obs | Text |
| Observaciones, Anotaciones o Comentarios | ||||
instrucciones | Text |
| Instrucciones | ||||
kardeID | Integer | ID-codigo de producto (item) |
|
||||
mtproID | Integer | masterpr.ID |
|
||||
cantidad | Numeric(15, 4) |
| Cantidad de producto o material | ||||
esporcentaje | Integer | 0 | cantidad es porcentaje? 1=si 0=no |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_masterprd_kardex | inventarios.kardex | produccion.dtmtproduccion | kardeID | kardeID |
fk_masterprd_masterpr | produccion.mtproduccion | produccion.dtmtproduccion | mtproID | mtproID |
Parent Relations (none) |
Triggers (none) |
Used in Diagrams |
Diagram Name |
Produccion |