Home
lifestyle-coach
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
timestamps
timestamps
first_name
string
(50)
last_name
string
(50)
email
string
(50)
password
string
(50)
telephone
string
(20)
role
enum
county_id
integer
city_id
integer
profession
string
(50)
age
integer
tc
boolean
about
text
lat
string
(50)
lng
string
(50)
status
boolean
cities
id
increments
county_id
integer
name
string
(50)
timestamps
timestamps
counties
id
increments
name
string
(50)
timestamps
timestamps
services
id
increments
user_id
integer
category_id
integer
name
string
(50)
description
text
period
string
(100)
price
string
(50)
price_min
string
(50)
price_max
string
(50)
type
enum
timestamps
timestamps
service_categories
id
increments
timestamps
timestamps
name
string
(50)
user_messages
id
increments
user_id
integer
chat_room_id
integer
user_id_to
integer
text
string
(300)
timestamps
timestamps
message_status
boolean
user_uploads
id
increments
user_id
integer
filename
string
(50)
type
string
(20)
mime
string
(20)
extension
string
(20)
path
string
(70)
timestamps
timestamps
sources
id
increments
timestamps
timestamps
user_id
integer
text
string
(100)
ratings
id
increments
user_id
integer
rating
integer
timestamps
timestamps
notifications
id
increments
user_id
integer
type
string
(30)
text
text
state
boolean
timestamps
timestamps
password_resets
id
increments
email
string
(50)
token
string
(50)
timestamps
timestamps
service_category_uploads
id
increments
user_id
integer
service_category_id
integer
timestamps
timestamps
filename
string
(100)
type
string
(50)
mime
string
(50)
extension
string
(50)
path
string
(300)
user_devices
id
increments
user_id
integer
device_id
string
os
string
(20)
user_fullname
string
(100)
photo_url
string
(150)
timestamps
timestamps
chat_rooms
id
increments
timestamps
timestamps
name
string
client_user_id
integer
provider_user_id
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01