Home
form-survery
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
application
id
increments
timestamps
timestamps
form
id
increments
application_id
FK
integer
name
string
(255)
description
text
end_note
string
(255)
type
enum
theme
enum
search_page
string
contact_form
enum
is_active
binary
is_start_screen
binary
is_end_screen
binary
is_allowed_multiple_subs
binary
is_progress_indicator
binary
is_search_result
binary
expiry_date
datetime
form_url
string
(255)
background_image
string
(255)
background_color
string
(255)
text_color
string
(255)
option_color
string
(255)
option_text_color
string
button_color
string
(255)
bunner_text_color
string
(255)
timestamps
timestamps
form_question
id
increments
form_id
FK
integer
type
enum
question
string
(255)
help_Text
string
(255)
is_required
binary
has_other_field
binary
timestamps
timestamps
question_option
id
increments
form_question_id
FK
integer
text
string
(255)
image
string
(255)
answer
id
increments
question_id
FK
integer
answer
longText
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01