Home
entshar
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
mobile
string
(100)
email
string
(255)
password
string
(100)
timestamps
timestamps
softDeletes
softDeletes
categories
id
increments
name
string
(255)
name_en
string
(255)
photo
string
(255)
timestamps
timestamps
restaurants
id
increments
name
string
(255)
name_en
string
(255)
logo
string
(150)
lat
string
(50)
lon
string
(150)
category_id
integer
delivery_cost
integer
timestamps
timestamps
restuarant_worktimes
id
increments
restaurant_id
integer
day
integer
from
time
to
time
timestamps
timestamps
rest_sections
id
increments
name
string
(100)
name_en
string
(50)
photo
string
(100)
timestamps
timestamps
PromoCodes
id
increments
code
string
(50)
restaurant_id
integer
cost
string
(50)
minimum
integer
status
boolean
timestamps
timestamps
items
id
increments
name
string
(255)
name_en
string
(255)
photo
string
(255)
price
decimal
timestamps
timestamps
subcategories
id
increments
name
string
(255)
name_en
string
(255)
photo
string
(255)
timestamps
timestamps
options
id
increments
timestamps
timestamps
name
string
(255)
name_en
string
(255)
carts
id
increments
user_id
integer
order_id
integer
total_items
decimal
status
integer
timestamps
timestamps
cart_items
id
increments
cart_id
integer
item_id
integer
price
decimal
option_id
integer
timestamps
timestamps
orders
id
increments
timestamps
timestamps
user_id
integer
total
decimal
promocode
string
(100)
discount
string
(100)
address
string
(255)
lat
string
(100)
lon
string
(100)
status
enum
options_groub
id
increments
name
string
(255)
item_id
integer
group_type
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01