Home
Barber
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
cities
id
increments
timestamps
timestamps
name
string
services
id
increments
timestamps
timestamps
name
string
price
decimal
branches
id
increments
timestamps
timestamps
softDeletes
softDeletes
branch
string
open_time
time
close_time
time
city_id
FK
integer
payments
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
client_id
FK
integer
amount
decimal
working_hours
id
increments
timestamps
timestamps
softDeletes
softDeletes
start_time
time
end_time
integer
days
enum
worker_id
FK
integer
service_worker
id
increments
timestamps
timestamps
service_id
FK
integer
worker_id
FK
integer
duration
datetime
appointments
id
increments
timestamps
timestamps
softDeletes
softDeletes
client_id
FK
integer
worker_id
FK
integer
service_id
FK
integer
payment_id
FK
integer
start_time
time
end_time
time
date
date
status
boolean
amount
decimal
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
email
string
phone
string
city_id
integer
branch_id
FK
integer
password
string
api_token
string
pin_code
string
first_name
string
last_name
string
activated
boolean
×
Exporting error!
There is an error with the foreign key contraints, please check if reference of column "client_id" in table "payments" is still correct.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01