| DbWrench Documentation: MRE |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| parientes | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
| parieID | Integer |
| pariente.ID | |||
| persoID | Integer | persona.ID (relacionada) |
|
||||
| parentezco | VarChar(50) |
| Relacion o parentezco | ||||
| fecha | Date |
| 2007-06-01 | fecha de registro | |||
| desde | Date |
| 2007-06-01 | inicio relacion | |||
| obs | Text |
| Observaciones o anotaciones | ||||
| notasID | Integer |
| nota.ID (si es que usa) |
|
|||
| Indexes (none) |
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_parientes_notas | info.notas | info.parientes | notasID | notasID |
| fk_parientes_personas | info.personas | info.parientes | persoID | persoID |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_personas_parientes | info.parientes | info.personas | parieID | parieID |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| Info |