Home
FRG_WES
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
firstname
string
(10)
lastname
string
(20)
username
string
(20)
email
string
(50)
password
string
(60)
birthday
date
address
string
(100)
del_flag
string
(1)
timestamps
timestamps
restaurants
id
increments
name
string
(30)
owner
string
(20)
address
string
(100)
owner_address
string
(100)
geolocations
string
(100)
res_category_id
integer
evaluation_id
integer
del_flag
string
(1)
timestamps
timestamps
foods
id
increments
name
string
(30)
price
bigInteger
food_category_id
integer
evaluation_id
integer
timestamps
timestamps
del_flag
string
(1)
comments
id
increments
content
text
user_id
integer
restaurant_id
integer
del_flag
string
(1)
timestamps
timestamps
food_categories
id
increments
name
string
(15)
timestamps
timestamps
restaurant_categories
id
increments
name
string
(15)
timestamps
timestamps
foods_restaurants
id
increments
res_id
integer
food_id
integer
del_flag
string
(1)
timestamps
timestamps
evaluations
id
increments
rating_score
tinyInteger
evaluations
string
(20)
timestamps
timestamps
type
string
(1)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01