Home
Bazaid
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
admins
id
increments
name
string
email
string
phone
string
timestamps
timestamps
softDeletes
softDeletes
students
id
increments
name
string
email
string
phone
string
timestamps
timestamps
softDeletes
softDeletes
schools
id
increments
name
string
address
string
status
enum
timestamps
timestamps
softDeletes
softDeletes
schools_students
id
increments
school_id
bigInteger
student_id
bigInteger
timestamps
timestamps
softDeletes
softDeletes
teachers
id
increments
name
string
email
string
phone
string
timestamps
timestamps
softDeletes
softDeletes
Settings
id
increments
key
string
value
string
courses
id
increments
teacher_id
bigInteger
category_id
bigInteger
name
string
slug
string
price
string
status
enum
timestamps
timestamps
categories
id
increments
name
string
slug
string
sections
id
increments
name
string
course_id
bigInteger
timestamps
timestamps
lessons
id
increments
name
string
excerpt
string
type
enum
course_id
bigInteger
section_id
bigInteger
timestamps
timestamps
videos
id
increments
lesson_id
string
course_id
bigInteger
link
string
timestamps
timestamps
exams
id
increments
title
string
course_id
bigInteger
due_date
datetime
time_limit
time
section_id
bigInteger
timestamps
timestamps
exam_sections
id
increments
exam_id
text
title
string
description
string
exam_questions
id
increments
course_id
bigInteger
exam_id
bigInteger
section_id
bigInteger
question
string
answer1
string
answer2
string
answer3
string
answer4
string
correct_answer
string
points
integer
course_log
id
increments
admin_id
bigInteger
user_id
bigInteger
column_name
string
old_value
string
new_value
string
status
enum
timestamps
timestamps
student_exam
id
increments
student_id
bigInteger
course_id
bigInteger
exam_id
bigInteger
start_time
time
end_time
string
points
double
timestamps
timestamps
course_files
id
increments
timestamps
timestamps
course_id
bigInteger
lesson_id
bigInteger
type
string
link
string
FAQs
id
increments
question
string
answer
string
timestamps
timestamps
contact_messages
id
increments
name
string
email
string
phone
string
subject
string
message
text
timestamps
timestamps
pages
id
increments
title
string
content
longText
status
enum
timestamps
timestamps
testimonials
id
increments
person_id
bigInteger
content
text
rate
integer
timestamps
timestamps
course_testimonials
id
increments
course_id
bigInteger
content
text
rate
string
timestamps
timestamps
teacher_testimonials
id
increments
teacher_id
bigInteger
content
text
rate
string
timestamps
timestamps
×
Comments for Bazaid
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01