Home
koursedb
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
(255)
email
string
(255)
password
string
(255)
name
string
(255)
token
string
(255)
timestamps
timestamps
roles
id
increments
timestamps
timestamps
name
string
(255)
label
string
(255)
permissions
id
increments
timestamps
timestamps
name
string
(255)
label
string
(255)
courses
id
increments
timestamps
timestamps
title
string
(60)
description
string
(255)
fee
decimal
(60)
course_start
datetime
course_end
datetime
categories
id
increments
timestamps
timestamps
title
string
(255)
description
string
(255)
videos
id
increments
file_name
string
(255)
file_path
string
(255)
file_size
decimal
timestamps
timestamps
mime_type
string
(60)
documents
id
increments
timestamps
timestamps
title
string
(255)
description
string
(255)
modules
id
increments
timestamps
timestamps
title
string
(255)
description
string
(255)
course_user
id
increments
course_id
FK
integer
user_id
integer
timestamps
timestamps
permission_role
id
increments
timestamps
timestamps
permission_id
FK
integer
role_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01