Home
papi_posts
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
title_fr
string
title_en
string
description_fr
string
description_en
string
photo_path
string
posts
id
increments
UUID
char
(36)
timestamps
timestamps
softDeletes
softDeletes
title_fr
string
title_en
string
description_fr
string
description_en
string
content_fr
mediumText
content_en
mediumText
photo_path
string
banner_photo_path
string
posts_sites
timestamps
timestamps
post_id
string
site_id
string
sites
id
increments
site_id
char
(36)
name
string
uri
string
timestamps
timestamps
deactivated_at
datetime
softDeletes
softDeletes
categories_posts
id
increments
timestamps
timestamps
category_id
string
post_id
string
×
Comments for papi_posts
num3thod . 16 April 2018
The defined relationships aren't correct. They're only used here as examples.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01