Home
Ip Challenge
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
roles
id
increments
name
string
display_name
string
(255)
description
string
timestamps
timestamps
users
id
increments
username
string
(255)
firstname
string
(255)
lastname
string
(255)
password
string
email
string
(255)
companyname
string
activated
boolean
remember_token
string
(100)
timestamps
timestamps
permissions
id
increments
timestamps
timestamps
name
string
display_name
string
description
text
role_user
role_id
integer
user_id
integer
permission_role
role_id
integer
permission
integer
plan
id
increments
name
string
detail
string
timestamps
timestamps
price
decimal
nb_applications
tinyInteger
plan_user
plan_id
FK
integer
user_id
FK
integer
status
integer
renew
boolean
page
id
increments
name
string
(255)
title
string
(255)
content
text
meta_description
string
(255)
meta_keywords
string
(255)
slug
string
(255)
status
integer
timestamps
timestamps
invoice
id
increments
timestamps
timestamps
date_start
date
plan_price
decimal
plan_name
string
user_name
string
user_address
string
user_company
string
user_activations
user_id
FK
integer
token
string
timestamps
timestamps
application
id
increments
name
string
timestamps
timestamps
user_application
user_id
integer
application_id
integer
menus
id
increments
label
string
route
string
order
tinyInteger
faqs
id
increments
question
string
response
string
created_at
timestamp
updated_at
timestamp
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01