| DbWrench Documentation: MRE |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| tablas | (Table) |
| Columns | |||||||
| PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
|
| tablaID | Integer |
| ID unica | |||
| nombre | VarChar(50) |
| Nombre (p.listados) | ||||
| descripcion | Text |
| Descripcion | ||||
| fecha | Date |
| 2007-06-01 | fecha de registro | |||
| obs | Text |
| Observaciones, Anotaciones o Comentarios | ||||
| tptabID | Integer | Tipo de Tabla |
|
||||
| llave | VarChar(25) | nombre Llave/ID primaria de acceso a registro | |||||
| esqueID | Integer | Esquema al que pertenece |
|
||||
| ayudaID | Integer |
| ayuda.ID (si es que tiene) |
|
|||
| Indexes | ||||
| Name | Table | Columns | Unique | Clustered |
| fk_tablas_ayuda | sistema.tablas | ayudaID | ||
| fk_tablas_tipostablas | sistema.tablas | tptabID | ||
| Foreign Keys | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_tablas_ayuda | info.ayuda | sistema.tablas | ayudaID | ayudaID |
| fk_tablas_esquemas | sistema.esquemas | sistema.tablas | esqueID | esqueID |
| fk_tablas_tipostablas | sistema.tptablas | sistema.tablas | tptabID | tptabID |
| Parent Relations | ||||
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_bitacora_tablas | sistema.tablas | mantenimiento.bitacora | tablaID | tablaID |
| fk_campos_tablas | sistema.tablas | sistema.campos | tablaID | tablaID |
| Triggers (none) |
| Used in Diagrams |
| Diagram Name |
| Sistema |