Home
werid
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
User
uid
increments
Username
text
Password
text
Email
text
FirstName
string
(20)
LastName
string
(20)
Role
enum
timestamps
timestamps
Teacher
tid
increments
uid
FK
integer
Institution
text
timestamps
timestamps
Student
stuid
increments
uid
FK
integer
timestamps
timestamps
Course
cid
increments
CName
text
tid
FK
integer
timestamps
timestamps
Section
sid
increments
cid
FK
integer
SName
text
timestamps
timestamps
Ucc
string
(10)
Assignment
aid
increments
sid
FK
integer
ATitle
text
ADescription
text
AsDate
datetime
ADueDate
datetime
Regex
text
Format
text
timestamps
timestamps
Announcement
anid
increments
sid
FK
integer
AnTitle
text
timestamps
timestamps
AnDescription
text
AnDate
datetime
AnExpDate
datetime
Group
gid
increments
cid
FK
integer
timestamps
timestamps
Groups
gid
FK
integer
sid
FK
integer
timestamps
timestamps
Dropbox
id
increments
timestamps
timestamps
authtoken
text
tid
FK
integer
AssignmentSubmissions
aid
FK
integer
timestamps
timestamps
sid
FK
integer
stuid
FK
integer
SectionStudents
timestamps
timestamps
sid
FK
integer
stuid
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01