Home
3lmni
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
students
id
increments
timestamps
timestamps
first_name
string
(255)
last_name
string
(255)
email
string
(255)
phone
string
(255)
points
bigInteger
password
string
(255)
is_active
tinyInteger
status
enum
admins
id
increments
timestamps
timestamps
name
string
(255)
phone
string
email
string
password
string
(255)
is_active
tinyInteger
doctors
id
increments
timestamps
timestamps
name
string
phone
string
email
string
(255)
password
string
is_active
tinyInteger
levels
id
increments
timestamps
timestamps
name
string
(255)
is_active
tinyInteger
faculty_id
string
course_students
id
increments
timestamps
timestamps
student_id
integer
course_id
string
status
enum
courses
id
increments
timestamps
timestamps
name
string
(255)
description
string
level_id
integer
doctor_id
integer
price
double
discount_value
double
disount_type
enum
price_after_discount
double
active
tinyInteger
chapters
id
increments
timestamps
timestamps
name
string
(255)
course_id
tinyInteger
order
integer
is_active
tinyInteger
lessons
id
increments
timestamps
timestamps
name
string
(255)
chapter_id
integer
is_active
tinyInteger
order
integer
type
enum
departments
id
increments
timestamps
timestamps
name
string
(255)
is_active
tinyInteger
doctor_levels
id
increments
timestamps
timestamps
doctor_id
integer
level_id
integer
card
id
increments
timestamps
timestamps
title
string
front_note
string
back_note
string
color
string
lesson_id
integer
quizzes
id
increments
timestamps
timestamps
question
string
reason
string
lesson_id
integer
answers
id
increments
timestamps
timestamps
quiz_id
integer
correct
tinyInteger
title
string
×
Comments for 3lmni
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01