Home
hrg
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
concepts
id
increments
name
string
slug
string
motto
text
image
text
sort
integer
active
tinyInteger
timestamps
timestamps
chapters
id
increments
name
text
slug
text
order
integer
concept_id
integer
timestamps
timestamps
pages
id
increments
name
string
slug
string
order
integer
active
tinyInteger
chapter_id
string
template_id
string
timestamps
timestamps
templates
id
increments
name
string
slug
string
code
text
timestamps
timestamps
fields
id
increments
name
string
type
string
label
string
default
string
enum
text
validation
text
value
text
active
tinyInteger
template_id
integer
timestamps
timestamps
users
id
increments
name
string
email
string
password
string
(60)
remember_token
string
timestamps
timestamps
roles
id
increments
timestamps
timestamps
name
string
permissions
id
increments
timestamps
timestamps
name
string
role_user
id
increments
role_id
integer
user_id
integer
permission_role
id
increments
permission_id
integer
role_id
integer
concept_user
id
increments
concept_id
FK
integer
user_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01