Home
interior
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
(64)
password
string
(64)
email
string
(64)
role
enum
rememberToken
rememberToken
timestamps
timestamps
password_resets
email
string
(255)
token
string
(255)
projects
id
increments
user_id
FK
integer
title
string
(100)
location
string
(100)
scheduled_at
date
last_update
timestamp
type
enum
timestamps
timestamps
posts
id
increments
project_id
FK
integer
description
text
date_publication
timestamp
timestamps
timestamp
pictures
id
increments
user_id
FK
integer
post_id
FK
integer
link
string
(100)
type
enum
timestamps
timestamps
stocks
id
increments
user_id
FK
integer
references
integer
designations
string
(100)
quantity
integer
status
enum
origin
string
(65)
timestamps
timestamps
contacts
id
increments
phone
integer
email
string
(100)
timestamps
timestamps
×
Comments for interior
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01