Home
UNHCR-NEW
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
(299)
last_name
string
(299)
password
string
(299)
email
string
(299)
timestamps
timestamps
softDeletes
softDeletes
languages
id
increments
language
string
(299)
code
string
(20)
order
integer
language_type
enum
timestamps
timestamps
softDeletes
softDeletes
categories
id
increments
language_key
string
(299)
module
enum
timestamps
timestamps
softDeletes
softDeletes
category_details
id
increments
category_id
FK
integer
language_id
FK
integer
category
string
(299)
timestamps
timestamps
settings
id
increments
current_version
bigInteger
file_name
string
(299)
delivery_status
tinyInteger
timestamps
timestamps
feedback
id
increments
email
string
(299)
feedback
text
timestamps
timestamps
softDeletes
softDeletes
tips
id
increments
title_language_key
string
(299)
desc_language_key
string
(299)
order
integer
image_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
tip_details
id
increments
tip_id
FK
integer
language_id
FK
integer
title
text
description
longText
timestamps
timestamps
questions
id
increments
language_key
string
(299)
category_id
FK
integer
question_type
enum
is_subquestion
tinyInteger
image_id
FK
bigInteger
module
enum
timestamps
timestamps
softDeletes
softDeletes
order
integer
question_details
id
increments
question_id
FK
integer
language_id
FK
integer
question
longText
timestamps
timestamps
sub_question_logic
id
increments
parent_question_id
FK
integer
sub_question_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
answers
id
increments
language_key
string
(299)
question_id
FK
integer
show_textbox
tinyInteger
textbox_label_key
string
(299)
image_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
answer_details
id
increments
answer_id
FK
integer
language_id
FK
integer
option
text
label_text
text
timestamps
timestamps
referral_pathways
id
increments
title_language_key
string
(299)
description_language_key
string
(299)
parent_pathway_id
FK
integer
image_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
referral_pathway_details
id
increments
referral_pathway_id
FK
integer
language_id
FK
integer
pathway_title
text
pathway_description
longText
timestamps
timestamps
images
id
bigIncrements
file_path
string
(299)
timestamps
timestamps
logic_blocks
id
bigIncrements
referral_pathway_id
FK
integer
order
integer
timestamps
timestamps
softDeletes
softDeletes
pathway_logics
id
bigIncrements
logic_block_id
FK
bigInteger
question_id
FK
integer
timestamps
timestamps
operator
enum
pathway_logic_answers
id
bigIncrements
pathway_logic_id
FK
bigInteger
answer_id
FK
integer
timestamps
timestamps
subquestion_logic_answers
id
increments
logic_id
FK
integer
logic_answer_id
FK
integer
timestamps
timestamps
×
Comments for UNHCR-NEW
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01