Home
eucom
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
User
id
increments
timestamps
timestamps
first_name
string
(55)
last_name
string
(55)
email
string
(55)
password
string
(55)
phone
string
(55)
Role
id
increments
timestamps
timestamps
name
string
(55)
Permission
id
increments
timestamps
timestamps
description
string
(55)
role_id
tinyInteger
Language
id
increments
timestamps
timestamps
name
string
(55)
Group
id
increments
timestamps
timestamps
name
string
(55)
language_id
tinyInteger
Test
id
increments
timestamps
timestamps
test_type_id
tinyInteger
TestType
id
increments
timestamps
timestamps
name
string
(55)
Question
id
increments
timestamps
timestamps
description
string
(255)
question_choice_id
tinyInteger
question_difficulty_id
tinyInteger
QuestionChoice
id
increments
timestamps
timestamps
description
string
(255)
correct
boolean
question_id
tinyInteger
QuestionDifficulty
id
increments
timestamps
timestamps
difficulty
tinyInteger
Project
id
increments
timestamps
timestamps
project_type_id
tinyInteger
user_id
tinyInteger
ProjectType
id
increments
timestamps
timestamps
description
string
(55)
Member
id
increments
timestamps
timestamps
user_id
tinyInteger
project_id
tinyInteger
ProjectSetting
id
increments
timestamps
timestamps
name
string
(55)
Task
id
increments
timestamps
timestamps
evaluator_id
tinyInteger
project_id
tinyInteger
member_id
tinyInteger
billing_client
boolean
pay_evaluator
boolean
name
string
(55)
Report
id
increments
timestamps
timestamps
task_id
tinyInteger
TaskFollower
id
increments
timestamps
timestamps
task_id
tinyInteger
user_id
tinyInteger
TaskStatus
id
increments
timestamps
timestamps
name
string
(55)
color
string
(55)
UserGroup
id
increments
timestamps
timestamps
user_id
tinyInteger
group_id
tinyInteger
UserRole
id
increments
timestamps
timestamps
user_id
tinyInteger
role_id
tinyInteger
Module
id
increments
timestamps
timestamps
name
string
(55)
×
Comments for eucom
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01