Home
laravel
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
categories
id
increments
name
string
(255)
description
text
parent_id
FK
integer
products
id
increments
name
string
(255)
price
float
(8,2)
category_id
FK
integer
product_size
string
product_color
string
order
id
increments
user_id
FK
integer
status
tinyInteger
payment_method
string
country
string
payment_status
string
region
string
tel
string
users
id
increments
timestamps
timestamps
email
string
(100)
password
string
gender
mediumText
product_images
id
increments
timestamps
timestamps
product_id
FK
integer
color
string
order_details
id
increments
timestamps
timestamps
order_id
FK
integer
product_id
FK
integer
quantity
smallInteger
price
decimal
(10,2)
×
Comments for laravel
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01