Home
Questions
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
question_types
id
increments
name
string
key
string
(45)
timestamps
timestamps
softDeletes
softDeletes
questions
id
increments
user_id
integer
question_type_id
integer
question
text
active
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
question_answers
id
increments
question_id
integer
answer
text
true_answer
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
question_user_answers
id
increments
user_id
integer
question_id
integer
answer_id
integer
answer
string
questionable_id
integer
timestamps
timestamps
softDeletes
softDeletes
questionables
id
increments
question_id
integer
questionable_id
integer
questionable_type
string
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01