Home
Sofra
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
restaurants
id
increments
timestamps
timestamps
name
string
area_id
FK
integer
email
string
password
string
delivery_time
enum
delivery_method
enum
minimum
integer
delivery_fee
integer
phone
string
whatsapp
string
img
string
status
boolean
api_token
string
(60)
cities
id
increments
timestamps
timestamps
name
string
areas
id
increments
timestamps
timestamps
name
string
city_id
FK
integer
meals
id
increments
timestamps
timestamps
restaurant_id
FK
integer
name
string
description
string
price
decimal
processing_time
string
img
string
offers
timestamps
timestamps
id
increments
restaurant_id
FK
integer
name
string
description
string
price
decimal
from
date
to
date
img
string
contact
id
increments
timestamps
timestamps
type
enum
name
string
email
string
phone
bigInteger
message
longText
settings
id
increments
timestamps
timestamps
facebook
string
twitter
string
commission_rate
string
instagram
string
comments
id
increments
timestamps
timestamps
client_id
FK
integer
restaurant_id
FK
integer
comment
text
review
integer
clients
id
increments
timestamps
timestamps
name
string
email
string
phone
string
address
string
password
string
area_id
FK
integer
api_token
string
(60)
order_meal
id
increments
timestamps
timestamps
order_id
FK
integer
meal_id
FK
integer
price
decimal
qty
integer
special_order
text
categories
id
increments
timestamps
timestamps
name
string
category_restaurant
id
increments
timestamps
timestamps
category_id
FK
integer
restaurant_id
FK
integer
pages
id
increments
timestamps
timestamps
title
string
content
longText
orders
id
increments
timestamps
timestamps
client_id
FK
integer
restaurant_id
FK
integer
delivery_cost
decimal
app_commission
decimal
total
decimal
note
text
status
enum
×
Comments for Sofra
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01