Home
Tienda
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
productos
id
increments
categoria_id
FK
integer
nombre
string
(200)
stock
integer
precio
float
(8,2)
timestamps
timestamps
softDeletes
softDeletes
compras
id
increments
user_id
FK
integer
total
float
(8,2)
timestamps
timestamps
softDeletes
softDeletes
categorias
id
increments
nombre
string
(200)
timestamps
timestamps
softDeletes
softDeletes
producto_compra
id
increments
producto_id
FK
integer
compra_id
FK
integer
cantidad
integer
precio
float
users
id
increments
×
Comments for Tienda
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01