INSERT INTO logs (
`user_id`, `timestamp`, `type`, `action`,
`event_type`, `content`, `backtrace`,
`company_id`
)
VALUES
(
0, 1776753586, 'images', 'resize',
'N', 'a:4:{s:5:"error";s:20:"Image does not exist";s:4:"file";s:110:"thumbnails/300/240/detailed/1273/5E7DB3E9-64F3-46BE-913D-19D7311D68FA_org_0520265_0521895_6vfd-y9_0526468.jpeg";s:10:"image_path";s:91:"detailed/1273/5E7DB3E9-64F3-46BE-913D-19D7311D68FA_org_0520265_0521895_6vfd-y9_0526468.jpeg";s:9:"backtrace";s:0:"";}',
'', 0
)