Home
school
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
user_name
string
(25)
email
string
password
string
image
string
timestamps
timestamps
teachers
id
increments
name
string
image
string
timestamps
timestamps
durations
id
increments
title
string
(25)
from
time
to
time
timestamps
timestamps
rooms
id
increments
name
string
timestamps
timestamps
categories
id
increments
timestamps
timestamps
title
string
(25)
description
text
image
string
courses
id
increments
timestamps
timestamps
title
string
description
string
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_number
string
cours_room
id
increments
cours_id
FK
bigInteger
room_id
FK
bigInteger
timestamps
timestamps
cours_student
id
increments
cours_id
FK
bigInteger
student_id
FK
bigInteger
timestamps
timestamps
registers
id
increments
timestamps
timestamps
first_name
string
last_name
string
phone_number
string
email
string
cours_id
FK
bigInteger
services
id
increments
timestamps
timestamps
title
string
description
text
image
string
deleted_at
timestamp
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01