Home
garbs
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
text
address
text
date_of_birth
datetime
phone
text
email
text
email_verified_at
text
password
string
photo
text
timestamps
timestamps
phones
id
increments
brand
integer
series
integer
model
text
year
text
description
text
image
text
timestamps
timestamps
softDeletes
softDeletes
brands
id
increments
name
text
series
integer
timestamps
timestamps
softDeletes
softDeletes
brand_series
id
increments
timestamps
timestamps
softDeletes
softDeletes
brand_id
integer
name
text
schedules
id
increments
schedule_date
date
allocated_slot
integer
timestamps
timestamps
softDeletes
softDeletes
bookings
id
increments
user_id
integer
phone_id
string
schedule_id
string
description
text
status
integer
technician_id
integer
timestamps
timestamps
softDeletes
softDeletes
technicians
id
increments
lastname
text
firstname
text
email
text
contact_no
text
address
text
timestamps
timestamps
softDeletes
softDeletes
status
id
increments
name
text
timestamps
timestamps
softDeletes
softDeletes
booking_photos
id
increments
booking_id
integer
photo_url
text
timestamps
timestamps
softDeletes
softDeletes
troubleshoot_issues
id
increments
issue
string
(255)
description
text
file_url
string
(255)
timestamps
timestamps
softDeletes
softDeletes
technician_ratings
id
increments
technician_id
integer
user_id
integer
rating
integer
subject
string
(255)
feedback
text
timestamps
timestamps
softDeletes
softDeletes
questions
id
increments
user_id
integer
subject
string
(500)
timestamps
timestamps
softDeletes
softDeletes
feedbacks
id
increments
question_id
integer
user_id
integer
feedback
string
timestamps
timestamps
×
Comments for garbs
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01