Home
popcorn
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
username
string
password
string
timestamps
timestamps
softDeletes
softDeletes
sites
id
increments
user_id
FK
integer
name
string
description
text
timestamps
timestamps
softDeletes
softDeletes
site_users
id
increments
site_id
FK
integer
email
string
username
string
password
string
timestamps
timestamps
softDeletes
softDeletes
pages
id
increments
timestamps
timestamps
softDeletes
softDeletes
blocks
id
increments
site_user_id
FK
integer
name
string
description
text
timestamps
timestamps
softDeletes
softDeletes
page_templates
id
increments
site_user_id
FK
integer
name
string
description
text
status
string
timestamps
timestamps
softDeletes
softDeletes
block_templates
id
increments
site_user_id
FK
integer
name
string
description
text
status
string
timestamps
timestamps
softDeletes
softDeletes
themes
id
increments
user_id
FK
integer
name
string
description
text
settings
longText
timestamps
timestamps
softDeletes
softDeletes
user_meta
id
increments
user_id
FK
integer
key
text
value
longText
timestamps
timestamps
site_meta
id
increments
site_id
FK
integer
key
text
value
longText
timestamps
timestamps
site_user_meta
id
increments
site_user_id
FK
integer
key
text
value
longText
timestamps
timestamps
revisions
id
increments
site_user_id
FK
integer
revisionable_id
integer
revisionable_type
string
data
longText
timestamps
timestamps
softDeletes
softDeletes
content_meta
id
increments
metable_id
integer
metable_type
string
key
text
value
longText
timestamps
timestamps
notes
id
increments
site_user_id
FK
integer
noteable_id
integer
noteable_type
string
timestamps
timestamps
site_themes
id
increments
site_id
FK
integer
theme_id
FK
integer
site_user_id
FK
integer
name
string
description
text
settings
longText
timestamps
timestamps
block_pages
id
increments
site_user_id
FK
integer
block_id
FK
integer
page_id
FK
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01