* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1777625409', 'test@test.com-1777625409', '$2y$10$jvPt7oF19zVpd2Tq87C67.TZpX6WZvQE60pyX3/3qbYn9Xy97cAku')

Array
(
    [idx] => 268
    [name] => test-1777625409
    [country] => 
    [email] => test@test.com-1777625409
    [password] => $2y$10$jvPt7oF19zVpd2Tq87C67.TZpX6WZvQE60pyX3/3qbY
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '268', `name` = 'test-1777625409', `email` = 'test@test.com-1777625409', `password` = '$2y$10$g0Galg/OS1MNyUcGsYOhRu4QLkTGo2wMpCjrxi0/5Nzxw0bFBvtr.' WHERE `user`.`idx` IN ('268')

Array
(
    [idx] => 268
    [name] => test-1777625409
    [country] => 
    [email] => test@test.com-1777625409
    [password] => $2y$10$g0Galg/OS1MNyUcGsYOhRu4QLkTGo2wMpCjrxi0/5Nz
    [created_at] => 
)