Home
restaurants_rate
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
timestamps
timestamps
name
string
(191)
email
string
(191)
mobile
string
(191)
password
string
(191)
image
string
(191)
lat
string
(191)
lng
string
(191)
status
enum
type
enum
verified
enum
code
string
(191)
user_tokens
id
increments
timestamps
timestamps
user_id
FK
integer
token
text
status
enum
device_type
enum
places
id
increments
timestamps
timestamps
name
string
(191)
logo
string
(191)
type
enum
description
text
lat
string
(191)
lng
string
(191)
status
enum
place_sliders
id
increments
timestamps
timestamps
place_id
FK
integer
image
string
(191)
place_tags
id
increments
timestamps
timestamps
title
string
(191)
place_id
FK
integer
food_categories
id
increments
timestamps
timestamps
name
string
(191)
type
enum
places_categories
id
increments
timestamps
timestamps
place_id
FK
integer
category_id
FK
integer
foods
id
increments
timestamps
timestamps
name
string
(191)
category_id
FK
integer
place_id
FK
integer
logo
string
(191)
description
text
price
string
(191)
favourites
id
increments
timestamps
timestamps
user_id
FK
integer
place_id
FK
integer
food_id
FK
integer
rates
id
increments
timestamps
timestamps
user_id
FK
integer
place_id
FK
integer
food_id
FK
integer
rate
string
(191)
notes
text
food_sliders
id
increments
timestamps
timestamps
food_id
FK
integer
image
string
(191)
home_sliders
id
increments
timestamps
timestamps
image
string
(191)
offers
id
increments
timestamps
timestamps
place_id
FK
integer
image
string
(191)
×
Comments for restaurants_rate
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01