Home
jokeapp
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
joke_category
catId
increments
name
string
description
string
joke_jokes
jokeId
increments
userId
string
title
string
body
string
type
string
dirt_level
string
humor_level
string
is_favorited
boolean
categoryId
string
typeId
string
lengthId
string
numberOfViews
string
numberOfRatings
string
numberOfReports
string
approvalType
string
published_at
datetime
timestamps
timestamps
joke_type
typeId
increments
name
string
description
string
joke_length
lengthId
increments
name
string
description
string
joke_user
userId
string
username
string
password
string
firstName
string
lastName
string
gender
string
location
string
profilePicUrl
string
joke_favorites
id
increments
jokeId
string
timestamps
timestamps
userId
string
joke_reports
id
increments
jokeId
string
reportType
string
description
string
userId
string
timestamps
timestamps
joke_rating
id
increments
jokeId
string
rating
string
userId
string
timestamps
timestamps
joke_user_categories
id
increments
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01