Home
trains
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
(80)
email
string
(255)
password
string
(60)
role_id
FK
integer
active
boolean
timestamps
timestamps
Roles
id
increments
name
string
(60)
timestamps
timestamps
tools_categories
id
increments
name
string
(60)
description
text
thumb_url
string
(255)
menu_position
integer
timestamps
timestamps
tools_items
id
increments
tools_category_id
FK
integer
name
string
(60)
description
text
item_url
string
(255)
thumb_url
string
(255)
menu_position
integer
timestamps
timestamps
projects
id
increments
name
string
(60)
description
text
project_uri
string
(255)
user_id
FK
integer
url
string
(255)
timestamps
timestamps
users_projects
id
increments
user_id
FK
integer
project_id
FK
integer
timestamps
timestamps
tokens
id
increments
user_id
FK
integer
token
string
(40)
forever
boolean
is_revoked
boolean
expiry
datetime
timestamps
timestamps
options
id
increments
key
string
value
text
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01