lastQuery: SELECT *
FROM `departments`
WHERE `department_title` = 'production'
 LIMIT 1


Array
(
)