Home
laravel_dev
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
tbl_admins
id
increments
username
string
(50)
password
string
(100)
email
string
(150)
active
tinyInteger
timestamps
timestamp
tbl_users
id
increments
username
string
(50)
password
string
(100)
email
string
(150)
address
string
(255)
phone
string
(12)
active
tinyInteger
school_id
integer
skill_id
string
(100)
timestamps
timestamps
tbl_courses
id
increments
course_title
string
(150)
course_slug
string
(200)
meta_desc
string
(255)
meta_key
string
(255)
parent_id
integer
sort_order
tinyInteger
course_image
string
(200)
course_video_qty
integer
course_user_qty
integer
timestamps
timestamps
tbl_videos
id
increments
video_title
string
(255)
videos_slug
string
(255)
meta_desc
string
(255)
meta_key
string
(255)
youtube_id
integer
course_id
integer
embed
text
thumbnail
string
(255)
video_likes
integer
video_views
integer
video_shares
integer
thumnail_width
string
(100)
thumnail_height
string
(100)
timestamps
timestamps
tbl_video_courses
id
increments
course_id
integer
video_id
string
(255)
timestamps
timestamps
tbl_user_courses
id
increments
course_id
integer
user_id
integer
timestamps
timestamps
tbl_video_trackings
id
increments
user_id
integer
video_id
integer
user_video_likes
integer
user_video_shares
integer
timestamps
timestamps
tbl_schools
id
increments
school_name
string
(255)
timestamps
timestamps
tbl_skills
id
increments
skill_name
string
(150)
timestamps
timestamps
×
Comments for laravel_dev
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01