Home
consultantApp
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(200)
email
string
(200)
password
string
password_confirmation
string
type
enum
status
boolean
timestamps
timestamps
image
string
consultants
id
increments
age
integer
date_of_birth
date
is_availabe
boolean
category_id
FK
integer
rates
integer
timestamps
timestamps
user_id
FK
integer
requests
id
increments
timestamps
timestamps
user_id
FK
integer
consultant_id
FK
integer
status
enum
consultant_scedule_id
FK
integer
period
integer
emergancy_requests
id
increments
timestamps
timestamps
description
string
category_id
FK
integer
request_id
FK
integer
status
boolean
consultant_scedules
id
increments
date
date
start_time
time
end_time
time
is_off
boolean
consultant_id
FK
integer
timestamps
timestamps
categories
id
increments
timestamps
timestamps
name
json
parent_id
FK
integer
transactions
id
increments
request_id
FK
integer
method
string
type
string
payment_id
string
transaction_id
string
post_date
date
timestamps
timestamps
pages
id
increments
title
json
description
json
slug
string
timestamps
timestamps
settings
id
increments
key
string
value
string
timestamps
timestamps
notifications
id
increments
title
json
body
json
notifiable_id
integer
notifiable_type
string
timestamps
timestamps
×
Comments for consultantApp
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01