* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1776332640', 'test@test.com-1776332640', '$2y$10$PPNhridQ6KxP1ozL7kNatO0361yn/pTCZHFRaa633GLFbmvrFx6Em')

Array
(
    [idx] => 126
    [name] => test-1776332640
    [country] => 
    [email] => test@test.com-1776332640
    [password] => $2y$10$PPNhridQ6KxP1ozL7kNatO0361yn/pTCZHFRaa633GL
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '126', `name` = 'test-1776332640', `email` = 'test@test.com-1776332640', `password` = '$2y$10$TjOMPTaQDTtZaiWnGr32Ku.y9uX4u7pLnncbBtIOjKSipo2/acqdy' WHERE `user`.`idx` IN ('126')

Array
(
    [idx] => 126
    [name] => test-1776332640
    [country] => 
    [email] => test@test.com-1776332640
    [password] => $2y$10$TjOMPTaQDTtZaiWnGr32Ku.y9uX4u7pLnncbBtIOjKS
    [created_at] => 
)