Home
LugnetEuler
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
name
string
email
string
password
string
timestamps
timestamps
softDeletes
softDeletes
is_teacher
boolean
assignments
id
increments
title
string
description
text
task
string
solution
string
difficulty
string
timestamps
timestamps
created_by
FK
integer
solutions
id
increments
user_id
FK
integer
assignment_id
FK
integer
code
longText
answer
string
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01