|
id
|
bigint(20) unsigned
|
|
|
|
|
job_no
|
varchar(80)
|
|
|
|
|
company_id
|
bigint(20) unsigned
|
|
|
|
|
serialized_item_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
repair_vendor_id
|
bigint(20) unsigned
|
|
|
|
|
fault_reported_by
|
bigint(20) unsigned
|
|
|
|
|
fault_date
|
date
|
|
|
|
|
fault_description
|
text
|
|
|
|
|
dispatch_transaction_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
return_transaction_id
|
bigint(20) unsigned
|
|
|
Browse foreign values
|
|
repair_cost
|
decimal(12,2)
|
|
|
0.00
|
|
job_status
|
enum
|
-- |
|
open
|
|
final_status
|
enum
|
-- |
|
pending
|
|
remarks
|
text
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|