|
id
|
int(11)
|
|
|
|
|
ticket_number
|
varchar(50)
|
|
|
|
|
customer_id
|
int(11)
|
|
|
|
|
service_type_id
|
int(11)
|
|
|
|
|
teknisi_id
|
int(11)
|
|
|
|
|
title
|
varchar(200)
|
|
|
|
|
description
|
text
|
|
|
|
|
status_id
|
int(11)
|
|
|
1
|
|
priority_id
|
int(11)
|
|
|
2
|
|
estimated_price
|
decimal(15,2)
|
|
|
0.00
|
|
final_price
|
decimal(15,2)
|
|
|
0.00
|
|
device_brand
|
varchar(100)
|
|
|
|
|
device_model
|
varchar(100)
|
|
|
|
|
device_sn
|
varchar(100)
|
|
|
|
|
accessories
|
text
|
|
|
|
|
notes
|
text
|
|
|
|
|
scheduled_date
|
date
|
|
|
|
|
scheduled_time
|
time
|
|
|
|
|
started_at
|
datetime
|
|
|
|
|
completed_at
|
datetime
|
|
|
|
|
created_by
|
int(11)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|