Home
brayanShop
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id_user
increments
timestamps
timestamps
softDeletes
softDeletes
nom_user
string
(255)
email_user
string
(255)
password_user
string
(255)
produits
id
increments
timestamps
timestamps
softDeletes
softDeletes
nom_produits
string
(255)
prix_produit
string
(255)
description_produit
string
(255)
categorie_id
FK
integer
image_produit
string
(255)
quantiter_stock
bigInteger
categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
nom_categorie
string
(255)
commandes
id
increments
timestamps
timestamps
softDeletes
softDeletes
date_commande
date
user_id
FK
integer
statut_commande
string
prix_total
integer
ligne_commande
id
increments
timestamps
timestamps
softDeletes
softDeletes
commande_id
FK
integer
produit_id
FK
integer
quantiter_produit
integer
prix_unitaire
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01