Home
quiz_idd_db
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
input_types
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
status
boolean
question_types
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
status
boolean
quizzes
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
descriptions
string
status
string
questions
id
increments
timestamps
timestamps
softDeletes
softDeletes
quiz_section_id
FK
bigInteger
parent_id
FK
bigInteger
question
string
question_type_id
FK
bigInteger
descriptions
string
is_need_answers
boolean
status
boolean
header_statement
string
footer_statement
string
is_chain
boolean
question_choice_id
bigInteger
quiz_sections
id
increments
timestamps
timestamps
softDeletes
softDeletes
quiz_id
FK
bigInteger
title
string
descriptions
string
question_choices
id
increments
timestamps
timestamps
softDeletes
softDeletes
question_id
FK
bigInteger
value
string
title
string
status
boolean
users
id
increments
timestamps
timestamps
username
string
quiz_user
id
increments
timestamps
timestamps
softDeletes
softDeletes
quiz_id
FK
bigInteger
user_id
FK
bigInteger
user_question_answer
id
increments
timestamps
timestamps
softDeletes
softDeletes
quiz_user_id
FK
bigInteger
question_id
FK
bigInteger
answer
string
data_raw
json
question_table_variables
id
increments
timestamps
timestamps
softDeletes
softDeletes
question_id
FK
bigInteger
name
string
input_type_id
FK
bigInteger
descriptions
string
status
boolean
×
Comments for quiz_idd_db
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01