Home
database_design
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
last_name
string
username
string
email
string
password
string
status_id
integer
timestamps
timestamps
roles
id
increments
role_name
string
status_id
integer
timestamps
timestamps
statuses
id
increments
status
string
timestamps
timestamps
user_role
id
increments
user_id
integer
role_id
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01