Home
stage
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
type
enum
national_identity_card_number
integer
name
string
first_name
string
adress
string
birth_date
date
products
id
increments
sku
integer
name
string
picture
string
description
string
price
float
remaining_quantity
integer
orders
id
increments
user_id
FK
integer
creation_date
date
validation_date
date
payment_id
FK
integer
the_amount_of_the_transaction
float
buying_order
order_id
FK
integer
product_id
FK
integer
desired_quantity
integer
categories
id
increments
name
string
classifying
product_id
FK
integer
category_id
FK
integer
payment
id
integer
payment_method
enum
cart
user_id
FK
integer
product_id
FK
integer
desired_quantity
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01