
id : int(11)
|

customer_id : int(11)
|

technician_id : int(11)
|

service_type : varchar(100)
|

title : varchar(255)
|

description : text
|

priority : enum('low','normal','high','urgent')
|

status : enum('pending','confirmed','progress','completed','cancelled')
|

payment_status : enum('unpaid','partial','paid')
|

location : text
|

scheduled_date : date
|

scheduled_time : time
|

started_at : datetime
|

completed_at : datetime
|

estimated_price : decimal(15,2)
|

actual_price : decimal(15,2)
|

notes : text
|

created_at : datetime
|

updated_at : datetime
|