Hi the following table
JobOrder: fields(id, date_filed, date_needed, request_by, process_by,
details, date_finished)
Employee(id, name)
the request_by and the process_by field are the foreign key of the
table emplyee.
How will the model look like?
class Joborder