Home
cka-me-honger-api
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
last_name
string
email
string
password
string
type
smallInteger
timestamps
timestamps
eateries
id
increments
name
string
description
text
logo
string
delivery_status
boolean
category_id
FK
integer
contact_info_id
FK
integer
rating_id
FK
integer
user_id
FK
integer
schedule_id
FK
integer
timestamps
timestamps
foods
id
increments
name
string
ingredients
text
price
decimal
image
string
category_id
FK
integer
timestamps
timestamps
category_foods
id
increments
name
string
eatery_id
FK
integer
timestamps
timestamps
contact_infos
id
increments
address
string
city
string
country
string
phone_number
string
timestamps
timestamps
categories
id
increments
name
string
timestamps
timestamps
ratings
id
increments
scale
decimal
description
text
timestamps
timestamps
schedules
id
increments
day
string
opening_at
timestamp
closing_at
timestamp
timestamps
timestamps
×
Comments for cka-me-honger-api
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01