Home
telp
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
(100)
last_name
string
(100)
password
string
(255)
gender_id
FK
integer
user_role_id
FK
integer
phone
string
(25)
nationality
string
(50)
home_address
string
(255)
timestamps
timestamps
user_tutor
id
increments
timestamps
timestamps
user_gender
id
increments
name
string
(50)
user_student_childrens
id
increments
user_student_id
FK
integer
first_name
string
(50)
last_name
string
(50)
dob
date
timestamps
timestamps
user_student
id
increments
timestamps
timestamps
bookings
id
increments
user_tutor_id
FK
integer
user_student_id
FK
integer
subject_id
FK
integer
address
string
(255)
start_date
datetime
end_date
datetime
lat
double
(10,10)
lng
double
(10,10)
timestamps
timestamps
description
string
(1000)
status_id
FK
integer
booking_subjects
id
increments
name
string
(50)
booking_files
id
increments
name
string
(255)
booking_id
FK
integer
timestamps
timestamps
booking_statuses
id
increments
name
string
(25)
user_roles
id
increments
name
string
(25)
chat
id
increments
timestamps
timestamps
chat_users
id
increments
chat_id
FK
integer
user_id
FK
integer
timestamps
timestamps
user_student_settings
id
increments
user_student_id
FK
integer
timestamps
timestamps
user_tutor_settings
id
increments
user_tutor_id
FK
integer
timestamps
timestamps
×
Comments for telp
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01