Home
The escape outdoors
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (89)
users
id
increments
login
string
name
text
surname
text
avatar
text
timestamps
timestamps
user_roles
id
increments
user_id
FK
integer
role_id
FK
integer
timestamps
timestamps
roles
id
increments
role_name
string
slug_name
string
timestamps
timestamps
quests
id
increments
quest_id
text
name
text
modules
text
language
string
(3)
time_limit
integer
timestamps
timestamps
modules
id
increments
type
text
timestamps
timestamps
results
id
increments
quest_id
FK
integer
name
text
surname
text
email
text
score
float
timestamps
timestamps
user_quests
id
increments
user_id
FK
integer
quest_id
FK
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01