Home
OCDetent
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
email
string
age
string
timestamps
timestamps
articles
id
increments
slug
string
name
string
description
string
category_id
FK
integer
author
string
timestamps
timestamps
category
id
increments
name
string
slug
string
description
string
timestamps
timestamps
diary
id
increments
content
text
user_id
FK
integer
timestamps
timestamps
profile
id
increments
user_id
FK
integer
first_name
string
last_name
string
address
string
country
string
timestamps
timestamps
date_of_birth
date
podcast
id
increments
timestamps
timestamps
name
string
link
string
category_id
FK
integer
note
string
survey
id
increments
name
string
description
string
timestamps
timestamps
response_survey
id
increments
question
string
answer
string
user_id
FK
integer
survey_id
FK
integer
timestamps
timestamps
habits
id
increments
image
string
name
string
color
string
icon
string
repetition
integer
days
json
once_in
string
user_id
FK
integer
timestamps
timestamps
reading_notes
id
increments
timestamps
timestamps
title
string
content
text
user_id
FK
integer
breath
id
increments
video
string
description
string
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01