Home
clothingstore
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(191)
categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
parent_id
integer
name
string
(191)
products
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(191)
discription
text
user_id
FK
integer
category_id
FK
integer
price
string
customers
id
increments
timestamps
timestamps
email
string
(191)
name
string
(191)
address
string
(191)
telephone
string
orders
id
increments
timestamps
timestamps
customer_id
FK
integer
total_amount
string
(191)
roles
id
increments
timestamps
timestamps
name
string
(191)
discription
string
(191)
role_user
id
increments
timestamps
timestamps
user_id
FK
integer
role_id
FK
integer
order_product
id
increments
timestamps
timestamps
order_id
FK
integer
product_id
FK
integer
price
string
quantety
string
settings
id
increments
timestamps
timestamps
website-name
string
(191)
×
Comments for clothingstore
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01