Home
AcademyOne
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
(255)
last_name
string
(255)
email
string
(255)
password
string
(60)
timestamps
timestamps
softDeletes
softDeletes
profiles
id
increments
user_id
FK
integer
mobile_number
string
(20)
timestamps
timestamps
softDeletes
softDeletes
courses
id
increments
slug
string
(255)
name
string
(255)
short_description
text
description
text
duration
string
(255)
timestamps
timestamps
softDeletes
softDeletes
enrollments
id
increments
user_id
FK
integer
course_id
FK
integer
plan_id
FK
integer
timestamps
timestamps
plans
id
increments
timestamps
timestamps
softDeletes
softDeletes
course_id
FK
integer
modules
id
increments
timestamps
timestamps
softDeletes
softDeletes
course_id
FK
integer
lessons
id
increments
module_id
FK
integer
course_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
invoices
id
increments
user_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
xero_id
integer
notifications
id
increments
user_id
FK
integer
title
string
(255)
body
text
link
string
(255)
timestamps
timestamps
softDeletes
softDeletes
pages
id
increments
uri
string
(255)
title
string
(255)
body
text
timestamps
timestamps
softDeletes
softDeletes
parent_id
FK
integer
lecturers
id
increments
timestamps
timestamps
softDeletes
softDeletes
bookings
id
increments
user_id
FK
integer
lecturer_id
FK
integer
appointment
timestamp
confirmed
boolean
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01