Home
mobilizator
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
email
string
password
string
(60)
groups
id
increments
timestamps
timestamps
name
string
softDeletes
softDeletes
group_user
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
integer
group_id
FK
integer
actions
id
increments
timestamps
timestamps
softDeletes
softDeletes
group_id
FK
integer
title
string
body
text
start
datetime
stop
datetime
discussions
id
increments
timestamps
timestamps
softDeletes
softDeletes
group_id
FK
integer
title
string
body
text
parent_id
FK
integer
votes
id
increments
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
integer
vote
tinyInteger
votable_type
string
votable_id
integer
is_spam
boolean
files
id
increments
timestamps
timestamps
softDeletes
softDeletes
path
text
user_id
FK
integer
group_id
FK
integer
documents
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
body
text
user_id
FK
integer
group_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01