Home
Mentor
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
student
id
increments
email
string
phone_number
integer
account_status
boolean
name
string
level_id
integer
gender
string
(10)
password
string
timestamps
timestamps
student_verification
id
increments
verification_code
string
expire_date
date
phone_number
string
(20)
timestamps
timestamps
promo_code
id
increments
code
string
value
string
desc
string
status
string
exire_date
date
timestamps
timestamps
student_promo
id
increments
student_id
integer
promo_id
integer
status
string
timestamps
timestamps
courses
id
increments
name
string
desc
string
type_id
integer
timestamps
timestamps
teacher_courses
id
increments
teacher_id
integer
course_id
integer
timestamps
timestamps
teacher
id
increments
phone
string
password
string
name
string
email
string
years_of_experiences
integer
status
string
rate
float
level_id
integer
gender
string
timestamps
timestamps
levels
id
increments
name
string
timestamps
timestamps
teacher_files
id
increments
doc_link
string
desc
string
teacher_id
FK
integer
timestamps
timestamps
courses_types
id
increments
types
string
timestamps
timestamps
teacher_verification
id
increments
verification_code
string
expire_date
string
phone_number
string
timestamps
timestamps
teacher_review
id
increments
comment
string
rate
string
teacher_id
integer
student_id
integer
timestamps
timestamps
session
id
increments
teacher_id
integer
student_id
integer
address
string
lat
string
lang
string
dimensions
string
start_at
date
end_at
date
status
string
course_id
integer
timestamps
timestamps
payment
id
increments
session_id
integer
method_type
string
timestamps
timestamps
×
Comments for Mentor
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01