| DbWrench Documentation: MRE |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| meritos | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
| meritID | Integer |
| merito.ID | |||
| empleID | Integer | idem.ID |
|
||||
| nombre | VarChar(100) |
| Nombre (p.listado) | ||||
| descripcion | Text |
| Descripcion | ||||
| fecha | Date |
| 2007-06-01 | fecha de registro | |||
| titulo | VarChar(100) |
| Titulo o Diploma | ||||
| institucion | VarChar(100) |
| Nombre inst., colegio, universidad | ||||
| cuando | Date |
| 1990-01-01 | Cuando obtuvo el titulo | |||
| notasID | Integer |
| notas ID |
|
|||
| Indexes (none) |
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_meritos_empleados | rhumanos.empleados | rhumanos.meritos | empleID | empleID |
| fk_meritos_notas | info.notas | rhumanos.meritos | notasID | notasID |
| Parent Relations (none) |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| R.Humanos |