Home
FeedBack
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
collage
id
increments
timestamps
timestamps
collage_name
string
(100)
department
id
increments
timestamps
timestamps
Department_name
string
(100)
collage_id
FK
integer
courses
id
increments
timestamps
timestamps
name
string
(50)
type
enum
department_id
FK
integer
assistant
id
increments
timestamps
timestamps
name
string
course_id
FK
integer
instructor
id
increments
timestamps
timestamps
name
string
(50)
email
string
password
string
student
id
increments
timestamps
timestamps
name
string
email
string
(50)
password
string
(50)
department_name
string
(50)
feedback
id
increments
timestamps
timestamps
degree
integer
feedback_model_id
FK
integer
assistant_course
id
increments
timestamps
timestamps
course_id
FK
integer
assistant_id
FK
integer
course_instructor
id
increments
timestamps
timestamps
instructor_id
FK
integer
course_id
FK
integer
course_student
id
increments
timestamps
timestamps
course_id
FK
integer
student_id
FK
integer
feedback_student
id
increments
timestamps
timestamps
student_id
FK
integer
feedback_id
FK
integer
feedback_instructor
id
increments
timestamps
timestamps
instructor_id
FK
integer
feedback_id
FK
integer
feedback_form_model
id
increments
timestamps
timestamps
question
string
degree
integer
×
Comments for FeedBack
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01