Home
new_barber_app_db
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
roles
id
increments
name
string
(191)
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
name
string
(191)
email
string
(191)
password
string
(191)
profile_image
string
(191)
status
enum
timestamps
timestamps
softDeletes
softDeletes
professionals
id
increments
user_id
FK
bigInteger
availability_id
FK
bigInteger
doc1
string
(191)
doc2
string
(191)
professional_name
string
(191)
description
longText
availability_hours
integer
average_rating
float
timestamps
timestamps
softDeletes
softDeletes
shop_owners
id
increments
user_id
FK
bigInteger
availability_id
FK
bigInteger
shop_name
string
(191)
location
string
(191)
doc1
string
(191)
doc2
string
(191)
availability_type
enum
total_chairs
bigInteger
available_chairs
bigInteger
status
enum
average_rating
float
timestamps
timestamps
softDeletes
softDeletes
availabilities
id
increments
is_monday
boolean
monday_from_shop
string
(191)
monday_to_shop
string
(191)
monday_from_home
string
(191)
monday_to_home
string
(191)
is_tuesday
boolean
tuesday_from_shop
string
(191)
tuesday_to_shop
string
(191)
tuesday_from_home
string
(191)
tuesday_to_home
string
(191)
is_wednesday
boolean
wednesday_from_shop
string
(191)
wednesday_to_shop
string
(191)
wednesday_from_home
string
(191)
wednesday_to_home
string
(191)
is_thursday
boolean
thursday_from_shop
string
(191)
thursday_to_shop
string
(191)
thursday_from_home
string
(191)
thursday_to_home
string
(191)
is_friday
boolean
friday_from_shop
string
(191)
friday_to_shop
string
(191)
friday_from_home
string
(191)
friday_to_home
string
(191)
is_satureday
boolean
satureday_from_shop
string
(191)
satureday_to_shop
string
(191)
satureday_from_home
string
(191)
satureday_to_home
string
(191)
is_sunday
boolean
sunday_from_shop
string
(191)
sunday_to_shop
string
(191)
sunday_from_home
string
(191)
sunday_to_home
string
(191)
timestamps
timestamps
softDeletes
softDeletes
contract_chairs
id
increments
user_id
FK
bigInteger
shop_id
FK
bigInteger
dependent_pro_id
FK
bigInteger
timing
string
(191)
expiry
string
(191)
percentage
string
(191)
location
string
(191)
timestamps
timestamps
softDeletes
softDeletes
services
id
increments
name
string
(191)
estimated_time
time
timestamps
timestamps
softDeletes
softDeletes
service_books
id
increments
name
string
(191)
service_id
FK
bigInteger
user_id
FK
bigInteger
charges
bigInteger
estimated_time
time
timestamps
timestamps
softDeletes
softDeletes
reviews
id
increments
user_id
FK
bigInteger
user_id_customer
FK
bigInteger
estore_id
bigInteger
product_id
bigInteger
comment
text
timestamps
timestamps
softDeletes
softDeletes
appointments
id
increments
user_id_customer
FK
bigInteger
user_id_indep_pro
FK
bigInteger
user_id_shop
FK
bigInteger
user_id_dep_pro
FK
bigInteger
charges
bigInteger
total_time
time
status
boolean
timestamps
timestamps
softDeletes
softDeletes
estores
id
increments
user_id
FK
bigInteger
name
string
(191)
location
string
(191)
description
longText
timestamps
timestamps
softDeletes
softDeletes
products
id
increments
estore_id
FK
bigInteger
name
string
(191)
description
longText
price
bigInteger
image
string
(191)
timestamps
timestamps
softDeletes
softDeletes
orders
id
increments
estore_id
FK
bigInteger
user_id_customer
FK
bigInteger
email
string
(191)
phone_number
bigInteger
shipping_address
string
(191)
timestamps
timestamps
softDeletes
softDeletes
order_items
id
increments
order_id
FK
bigInteger
product_id
FK
bigInteger
product_name
string
(191)
product_description
string
product_image
string
(191)
product_price
bigInteger
timestamps
timestamps
softDeletes
softDeletes
×
Comments for new_barber_app_db
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01