| DbWrench Documentation: MRE |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| amonestaciones | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
| amoneID | Integer | amonesta.ID | ||||
| empleID | Integer | idem.ID |
|
||||
| fecha | Date |
| 2007-06-01 | fecha registro | |||
| razon | Text |
| Razon o Motivo para amonestar | ||||
| justificacion | Text |
| Justificacion expresada | ||||
| castigo | Text |
| Castigo o consecuencias | ||||
| faltas | Integer | 1 | Puntos que acumula esta amonestacion | ||||
| notasID | Integer |
| notasID |
|
|||
| Indexes (none) |
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_amonestaciones_empleados | rhumanos.empleados | rhumanos.amonestaciones | empleID | empleID |
| fk_amonestaciones_notas | info.notas | rhumanos.amonestaciones | notasID | notasID |
| Parent Relations (none) |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| R.Humanos |