|
id
|
int(11)
|
|
|
|
|
customer_id
|
int(11)
|
|
|
Browse foreign values
|
|
technician_id
|
int(11)
|
|
|
|
|
service_type
|
varchar(100)
|
|
|
|
|
title
|
varchar(255)
|
|
|
|
|
description
|
text
|
|
|
|
|
priority
|
enum
|
-- |
|
normal
|
|
status
|
enum
|
-- |
|
pending
|
|
payment_status
|
enum
|
-- |
|
unpaid
|
|
location
|
text
|
|
|
|
|
scheduled_date
|
date
|
|
|
|
|
scheduled_time
|
time
|
|
|
|
|
started_at
|
datetime
|
|
|
|
|
completed_at
|
datetime
|
|
|
|
|
estimated_price
|
decimal(15,2)
|
|
|
0.00
|
|
actual_price
|
decimal(15,2)
|
|
|
0.00
|
|
notes
|
text
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|