Home
popintros
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
corporations
id
increments
name
string
number_of_seats
string
logo
string
listing_site_url
string
global_settings
string
alert_email
string
alert_phone
string
timestamps
timestamps
users
id
increments
first_name
string
last_name
string
email
string
timestamps
timestamps
corporation_users
id
increments
user_id
FK
integer
corporation_id
FK
integer
timestamps
timestamps
roles
id
increments
timestamps
timestamps
name
string
guard_name
string
permissions
id
increments
timestamps
timestamps
name
string
role_has_permissions
id
increments
timestamps
timestamps
role_id
FK
integer
permission_id
FK
integer
model_has_role
id
increments
timestamps
timestamps
role_id
FK
integer
model_type
string
model_id
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01