INSERT INTO logs (
`user_id`, `timestamp`, `type`, `action`,
`event_type`, `content`, `backtrace`,
`company_id`
)
VALUES
(
0, 1775421231, 'images', 'resize',
'N', 'a:4:{s:5:"error";s:20:"Image does not exist";s:4:"file";s:108:"thumbnails/300/240/detailed/1364/20220212_132627_6sdt-je_hxm0-um_fj3l-kx_mg8f-2r_0hb0-c4_jjzu-9o_747h-oi.jpg";s:10:"image_path";s:89:"detailed/1364/20220212_132627_6sdt-je_hxm0-um_fj3l-kx_mg8f-2r_0hb0-c4_jjzu-9o_747h-oi.jpg";s:9:"backtrace";s:0:"";}',
'', 0
)