Home
open-day
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
phone
string
role
string
email
string
password
string
timestamps
timestamps
students
id
increments
name
string
sex
string
dob
date
class
string
parent
string
photo_url
string
timestamps
timestamps
classes
id
increments
name
string
description
text
teacher
string
timestamps
timestamps
reports
id
increments
type
string
title
string
sender
string
recipient
string
details
text
timestamps
timestamps
assignments
id
increments
title
string
details
longText
class
string
due
datetime
timestamps
timestamps
comments
id
increments
origin
string
destination
string
details
text
timestamps
timestamps
grades
id
increments
assignment
string
student
string
score
float
remarks
text
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01