* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1774032850', 'test@test.com-1774032850', '$2y$10$dBV4YOGzSIa29ZIJO.Vl8eZr0O.6O9.9PzOLf9LF9L9E/kICkf.Uq')

Array
(
    [idx] => 3
    [name] => test-1774032850
    [country] => 
    [email] => test@test.com-1774032850
    [password] => $2y$10$dBV4YOGzSIa29ZIJO.Vl8eZr0O.6O9.9PzOLf9LF9L9
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '3', `name` = 'test-1774032850', `email` = 'test@test.com-1774032850', `password` = '$2y$10$65KcAtw8lZs5jVEPKWr2regW9IJpbkqMWpoZVeuwZh0/UUOf3Mf7C' WHERE `user`.`idx` IN ('3')

Array
(
    [idx] => 3
    [name] => test-1774032850
    [country] => 
    [email] => test@test.com-1774032850
    [password] => $2y$10$65KcAtw8lZs5jVEPKWr2regW9IJpbkqMWpoZVeuwZh0
    [created_at] => 
)