DbWrench Documentation: MRE |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
proclientes | (Table) |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| proclID | Integer |
| ID-ProductoCliente | |||
produID | Integer | Item.ID (producto) |
|
||||
clienID | Integer | codcli.ID (codigo de cliente) |
|
||||
marca | VarChar(100) |
| Marca.ID producto (para/del cliente) | ||||
descripcion | Text |
| Descripcion producto (para/del cliente) | ||||
sku | VarChar(20) |
| Codigo SKU (para/del cliente) | ||||
barcode | VarChar(20) |
| Codigo de barra (para/del cliente) | ||||
precio | Decimal(12, 2) |
| Precio del cliente (impreso) | ||||
costo | Decimal(12, 2) |
| Costo para el cliente (nuestro precio) | ||||
fecha | Date |
| 2007-06-01 | fecha de registro | |||
notasID | Integer |
| nota.ID |
|
|||
tiendID | Integer |
| tienda.ID (a que tienda?) |
|
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_proclientes_clientes | clientes.clientes | clientes.proclientes | clienID | clienID |
fk_proclientes_notas | info.notas | clientes.proclientes | notasID | notasID |
fk_proclientes_productos | inventarios.kardex | clientes.proclientes | kardeID | produID |
fk_proclientes_tiendas | info.tiendas | clientes.proclientes | tiendID | tiendID |
Parent Relations (none) |
Triggers (none) |
Used in Diagrams |
Diagram Name |
Clientes |