Home
dalcms
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
page
id
increments
title
text
slug
string
user_id
FK
integer
content
text
status
string
(20)
comment_status
string
(20)
password
string
(30)
page_type_id
FK
integer
template_id
FK
integer
parent
FK
integer
layout_id
FK
integer
timestamps
timestamps
comment
id
increments
page_id
FK
integer
author
integer
author_email
string
(50)
author_url
string
auhtor_ip
string
(100)
content
text
karma
integer
parent
integer
type
string
(30)
timestamps
timestamps
page_type
id
increments
title
string
layout_id
FK
integer
description
text
icon
string
timestamps
timestamps
page_meta
id
increments
page_id
FK
integer
meta_key
text
meta_value
text
timestamps
timestamps
menu
id
increments
title
text
items
text
page_id
FK
integer
timestamps
timestamps
template
id
increments
name
text
filename
text
description
text
timestamps
timestamps
widget
id
increments
title
text
content
text
page_id
FK
integer
timestamps
timestamps
layout_widget
id
increments
widget_id
FK
integer
layout_id
FK
integer
timestamps
timestamps
layout
id
increments
title
text
description
text
filename
string
timestamps
timestamps
theme
id
increments
title
text
description
text
folder
text
timestamps
timestamps
media
id
increments
name
string
filename
text
dir
text
size
bigInteger
timestamps
timestamps
media_meta
id
increments
media_id
FK
integer
meta_key
text
meta_value
text
timestamps
timestamps
media_page
id
increments
media_id
FK
integer
page_id
FK
integer
timestamps
timestamps
option
id
increments
meta_key
text
meta_value
text
timestamps
timestamps
user_meta
id
increments
user_id
FK
integer
meta_key
text
meta_value
text
timestamps
timestamps
user
id
increments
name
string
username
string
email
string
password
string
(60)
remember_token
string
(100)
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01