DbWrench Documentation: MRE |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
cotizav | (Table) |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| cotizID | Integer |
| cotizav.ID (numero) | |||
clienID | Integer |
| ID-codigo.cliente |
|
|||
nombre | Text |
| Nombre | ||||
direccion | Text |
| Direccion | ||||
telefono | Text |
| Telefonos | ||||
VarChar(100) |
| ||||||
contacto | VarChar(100) |
| Persona de contacto | ||||
depenID | Integer |
| ID-dependiente cliente |
|
|||
cotizIR | Integer |
| ID-cotizacion padre (esta relacionada con otra) |
|
|||
obs | Text |
| Observaciones o anotaciones | ||||
instrucciones | Text |
| Instrucciones especiales | ||||
fecha | Date |
| 2007-06-01 | fecha registro | |||
ofrecida | Date |
| 2007-06-01 | Fecha ofrecimiento | |||
requerida | Date |
| 2007-06-01 | fecha requerimiento | |||
vendeID | Integer | ID-vendedor |
|
||||
prospID | Integer |
| prospecto.ID |
|
|||
notasID | Integer |
| Nota.ID (si es que tiene) |
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_cotizav_clientes | clientes.clientes | ventas.cotizav | clienID | clienID |
fk_cotizav_cotizav | ventas.cotizav | ventas.cotizav | cotizID | cotizIR |
fk_cotizav_dependientes | info.dependientes | ventas.cotizav | depenID | depenID |
fk_cotizav_prospectos | ventas.prospectos | ventas.cotizav | prospID | prospID |
fk_cotizav_vendedores | ventas.vendedores | ventas.cotizav | vendeID | vendeID |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_cotizav_cotizav | ventas.cotizav | ventas.cotizav | cotizID | cotizIR |
fk_cotizavd_cotizav | ventas.cotizav | ventas.dtcotvt | cotizID | cotizID |
Triggers (none) |
Used in Diagrams |
Diagram Name |
Ventas |