Home
RatingOutfit
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
Users
id
increments
timestamps
timestamps
pseudo
string
email
string
picture
string
nbReport
integer
birthdate
date
country
string
presentation
text
password
string
Contacts
id
increments
contact_ID
FK
integer
user_ID
FK
integer
Articles
id
increments
timestamps
timestamps
title
string
user_ID
FK
integer
point
integer
nbVote
integer
picture
string
description
text
gender_ID
FK
integer
style_ID
FK
integer
Genders
id
increments
gender
string
Styles
id
increments
style
string
ArticleComments
id
increments
timestamps
timestamps
article_ID
FK
integer
user_ID
FK
integer
comment
text
UserComments
id
increments
timestamps
timestamps
userDestinated_ID
FK
integer
userEditor_ID
FK
integer
comment
text
Favorites
id
increments
user_ID
FK
integer
articles_ID
FK
integer
Votes
id
increments
timestamps
timestamps
user_ID
FK
integer
articles_ID
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01