Home
comedor
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
destino
id
increments
nombre
string
domicilio
string
telefono
string
cupo
integer
softDeletes
softDeletes
timestamps
timestamps
articulo
id
increments
nombre
string
tipo_articulo_id
integer
codigo_externo
integer
softDeletes
softDeletes
timestamps
timestamps
articulo_destino
id
increments
destino_id
FK
integer
articulo_id
FK
integer
responsable_id
integer
softDeletes
softDeletes
timestamps
timestamps
proveedor
id
increments
codigo
integer
nombre
string
domicilio
string
codigo_externo
integer
softDeletes
softDeletes
timestamps
timestamps
remito
id
increments
numero
integer
fecha
datetime
proveedor_id
FK
integer
destino_id
FK
integer
orden_compra_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
orden_compra
id
increments
numero
integer
codigo_externo
integer
proveedor_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
detalle_factura
id
increments
item
string
cantidad
integer
unidad
integer
rubro
string
importe_unitario
decimal
factura_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
detalle_oc
id
increments
item
string
cantidad
integer
unidad
integer
rubro
string
importe
decimal
orden_compra_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
detalle_remito
id
increments
item
string
cantidad
integer
unidad
integer
rubro
string
remito_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
orden_pago
id
increments
fecha
datetime
monto
decimal
retencion
decimal
proveedor_id
FK
integer
factura_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
orden_pago_factura
id
increments
orden_pago_id
FK
integer
factura_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
factura
id
increments
numero
integer
fecha
datetime
cai
string
codigo_externo
integer
orden_compra_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
tipo_articulo
id
increments
nombre
string
softDeletes
softDeletes
timestamps
timestamps
tipo_destino
id
increments
nombre
string
softDeletes
softDeletes
timestamps
timestamps
responsable
id
increments
nombre
string
descripcion
string
softDeletes
softDeletes
timestamps
timestamps
×
Comments for comedor
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01