Home
form builder
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
questions
id
increments
label
string
description
string
type
string
order
integer
is_one_question_at_a_time
boolean
group_id
integer
timestamps
timestamps
answers
id
increments
label
string
description
string
score
tinyInteger
has_questions
boolean
timestamps
timestamps
customers
id
increments
name
string
timestamps
timestamps
answer_customer
id
increments
answer_id
FK
integer
customer_id
FK
integer
question_id
FK
integer
score
char
timestamps
timestamps
answer_question
id
increments
answer_id
FK
integer
question_id
FK
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01