Home
sofra
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clients
id
increments
name
string
(255)
email
string
(255)
phone
string
(255)
password
string
(255)
image
string
(255)
district_id
integer
timestamps
timestamps
pin_code
string
(255)
api_token
string
(255)
cities
id
increments
name
string
(255)
timestamps
timestamps
districts
id
increments
name
string
(255)
city_id
integer
timestamps
timestamps
orders
id
increments
client_id
integer
restaurant_id
integer
cost
double
(255)
delivery_cost
double
total
double
commission
double
status
enum
timestamps
timestamps
notifications
id
increments
title
string
(255)
content
text
action
enum
order_id
integer
notifiable_id
integer
notifiable_type
enum
timestamps
timestamps
restaurants
id
increments
name
string
(255)
email
string
(255)
phone
string
(255)
minimum_charge
string
(255)
district_id
integer
delivery_cost
double
(255)
whatsapp_link
string
(255)
image
string
(255)
password
string
(255)
activated
boolean
status
boolean
api_token
string
(255)
timestamps
timestamps
meals
id
increments
name
string
(255)
image
string
(255)
price
double
discount
string
(255)
processing_time
string
(255)
describe
text
restaurant_id
integer
timestamps
timestamps
meal_order
id
increments
order_id
integer
meal_id
integer
quantity
integer
price
double
special_order
string
(255)
timestamps
timestamps
comments
id
increments
content
text
rate
string
(255)
client_id
integer
restaurant_id
integer
comment
string
(255)
timestamps
timestamps
offers
id
increments
name
string
(255)
content
text
price
double
offer_price
double
start_at
date
end_at
date
restaurant_id
integer
timestamps
timestamps
image
string
(255)
categories
id
increments
name
string
(255)
timestamps
timestamps
category_restaurant
id
increments
category_id
integer
restaurant_id
integer
timestamps
timestamps
contacts
id
increments
name
string
(255)
email
string
(255)
subject
string
(255)
message
text
type
enum
contactable_id
integer
rememberToken
enum
timestamps
timestamps
tokens
id
increments
token
string
(255)
type
enum
tokenable_id
integer
tokenable_type
integer
timestamps
timestamps
payments
id
increments
amount
integer
restaurant_id
integer
notes
text
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01