Home
courses-offline-vica
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
integer
name
string
user_name
string
(25)
image
string
email
string
password
string
timestamps
timestamps
teachers
id
increments
timestamps
timestamps
name
string
image
string
durations
id
increments
timestamps
timestamps
from
time
to
time
title
string
(20)
rooms
id
increments
timestamps
timestamps
name
string
categories
id
increments
timestamps
timestamps
title
string
description
text
image
string
courses
id
increments
timestamps
timestamps
title
string
description
text
image
string
price
integer
teacher_id
FK
bigInteger
category_id
FK
bigInteger
duration_id
FK
bigInteger
students
id
increments
timestamps
timestamps
first_name
string
(15)
last_name
string
(15)
phone
string
course_room
id
increments
timestamps
timestamps
course_id
FK
bigInteger
room_id
FK
bigInteger
course_student
id
increments
timestamps
timestamps
student_id
FK
bigInteger
course_id
FK
bigInteger
registers
id
increments
timestamps
timestamps
first_name
string
last_name
string
(15)
phone
string
email
string
course_id
FK
bigInteger
services
id
increments
timestamps
timestamps
title
string
description
text
image
string
deleted_at
timestamp
×
Comments for courses-offline-vica
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01