Home
To be decided
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user
id
increments
username
string
(20)
First_name
string
(30)
last_name
string
(40)
email
string
(100)
password
string
(12)
Topic
id
increments
timestamps
timestamps
topic_name
string
(30)
Exam
id
increments
timestamps
timestamps
exam_name
string
(20)
Exam_Topic
id
increments
timestamps
timestamps
exam_id
uuid
topic_id
uuid
User_Exam_Topic
id
increments
user_id
uuid
timestamps
timestamps
exam_id
uuid
topic_id
uuid
Question
id
increments
timestamps
timestamps
problem_statement
string
(2000)
explanation
string
(1000)
difficulty
enum
Question_Exam_Topic
id
increments
timestamps
timestamps
exam_id
uuid
topic_id
uuid
question_id
uuid
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01