Home
Elmullim
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
teachers
id
increments
name
string
(255)
email
string
password
string
phone
string
(255)
address
string
(255)
profile_image
string
(255)
longitude
string
(255)
latitude
string
(255)
experince
integer
qualification
string
(255)
cv
string
(255)
lesson_type
integer
timestamps
timestamps
fileables
id
increments
type
tinyInteger
file
string
(255)
fileable_id
integer
fileable_type
string
(255)
timestamps
timestamps
academic_years
id
increments
name
string
(255)
education_system_id
FK
integer
timestamps
timestamps
subjects
id
increments
name
string
(255)
academic_year_id
FK
integer
timestamps
timestamps
education_systems
id
increments
name
string
(255)
country_id
FK
integer
timestamps
timestamps
countries
id
increments
name
string
timestamps
timestamps
teacher_subject
id
increments
teacher_id
FK
integer
subject_id
FK
integer
timestamps
timestamps
lessons_times
id
increments
teacher_id
FK
integer
day
string
(255)
date
timestamp
timestamps
timestamps
lesson_id
FK
integer
lessons
id
increments
timestamps
timestamps
teacher_id
FK
integer
price
decimal
name
string
(255)
description
string
(255)
students
id
increments
timestamps
timestamps
name
string
(255)
email
string
password
string
(255)
phone
string
(255)
address
string
(255)
longitude
string
(255)
latitude
string
(255)
academic_year_id
FK
integer
profile_image
string
(255)
ratings
id
increments
timestamps
timestamps
student_id
FK
integer
teacher_id
FK
integer
student_subject
id
increments
timestamps
timestamps
student_id
FK
integer
subject_id
FK
integer
student_lesson
id
increments
timestamps
timestamps
student_id
FK
integer
lesson_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01