Home
kfet
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
products
id
increments
timestamps
timestamps
softDeletes
softDeletes
price
float
user_id
FK
integer
quantity
integer
name
string
(255)
description
text
subcategory_id
FK
integer
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
level
integer
password
string
(255)
email
string
(255)
first_name
string
(255)
last_name
string
(255)
menus
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
description
text
price
float
categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
category_menu
id
increments
category_id
FK
integer
menu_id
FK
integer
news
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
(255)
content
text
slug
string
(255)
user_id
FK
integer
history
id
increments
timestamps
timestamps
product_id
FK
integer
hour
time
subcategories
id
increments
timestamps
timestamps
softDeletes
softDeletes
category_id
FK
integer
name
string
(255)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01