Home
guide
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
hotels
id
increments
timestamps
timestamps
name
string
email
string
password
string
cover
string
longitude
decimal
(10,8)
latitude
decimal
(10,8)
restaurant
integer
city_id
integer
user_id
string
details
text
hotel_rooms
id
increments
timestamps
timestamps
name
string
hotel_id
integer
client_id
string
hotel_photos
id
increments
timestamps
timestamps
name
string
hotel_id
integer
clients
id
increments
timestamps
timestamps
name
string
email
string
password
string
cover
string
reviews
id
increments
timestamps
timestamps
comment
string
review
integer
hotel_id
integer
client_id
integer
countries
id
increments
timestamps
timestamps
name
string
user_id
string
cities
id
increments
timestamps
timestamps
country_id
integer
user_id
string
name
string
landmarks
id
increments
timestamps
timestamps
name
string
details
text
cover
string
city_id
integer
user_id
integer
latitude
decimal
(10,8)
longitude
decimal
(10,8)
landmark_photos
id
increments
timestamps
timestamps
name
string
landmark_id
integer
×
Comments for guide
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01