Home
vois
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
podcasts
id
increments
uuid
uuid
softDeletes
softDeletes
name
string
description
text
author
string
feed_url
string
type
enum
timestamps
timestamps
updatable
boolean
episodes
id
increments
uuid
string
podcast_id
bigInteger
title
string
description
text
order
integer
duration
integer
url
string
driver
string
timestamps
timestamps
categories
id
increments
name
string
uuid
uuid
timestamps
timestamps
softDeletes
softDeletes
category_podcast
id
increments
timestamps
timestamps
softDeletes
softDeletes
tags
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
episode_tag
id
increments
timestamps
timestamps
softDeletes
softDeletes
quizzes
id
increments
name
string
timestamps
timestamps
quizzable_id
integer
quizzable_type
string
softDeletes
softDeletes
users
id
increments
name
string
(255)
email
string
(255)
password
string
(255)
phone
string
(255)
gender
enum
image
string
(255)
email_verification_token
string
active
integer
timestamps
timestamps
business_units
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
business_unit_user
id
increments
timestamps
timestamps
softDeletes
softDeletes
questions
id
increments
body
string
order
integer
timestamps
timestamps
quiz_id
integer
softDeletes
softDeletes
correct_id
integer
admins
id
increments
timestamps
timestamps
softDeletes
softDeletes
quiz_options
id
increments
value
string
question_id
integer
order
integer
timestamps
timestamps
softDeletes
softDeletes
uuid
uuid
answers
id
increments
question_option_id
integer
taken_quiz_id
integer
is_correct
boolean
timestamps
timestamps
softDeletes
softDeletes
taken_quizzes
id
increments
user_id
integer
quiz_id
integer
timestamps
timestamps
softDeletes
softDeletes
×
Comments for vois
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01