* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1767213560', 'test@test.com-1767213560', '$2y$10$Fk/Y2STQ/nAFPh3i.STMxuuzDnZ5pCY93s3DbjG6nGbjY39.yd7Aq')

Array
(
    [idx] => 2
    [name] => test-1767213560
    [country] => 
    [email] => test@test.com-1767213560
    [password] => $2y$10$Fk/Y2STQ/nAFPh3i.STMxuuzDnZ5pCY93s3DbjG6nGb
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '2', `name` = 'test-1767213560', `email` = 'test@test.com-1767213560', `password` = '$2y$10$QGDaopm.9SXdXT8/35d/3emzNx9n9MaGffFXQlhxP/JoYegsc7mvS' WHERE `user`.`idx` IN ('2')

Array
(
    [idx] => 2
    [name] => test-1767213560
    [country] => 
    [email] => test@test.com-1767213560
    [password] => $2y$10$QGDaopm.9SXdXT8/35d/3emzNx9n9MaGffFXQlhxP/J
    [created_at] => 
)