* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1773630552', 'test@test.com-1773630552', '$2y$10$RrLubHSGluypdenpr0id5eKPY044jeOEljSO/2tDjPGsD/E95dybC')

Array
(
    [idx] => 1
    [name] => test-1773630552
    [country] => 
    [email] => test@test.com-1773630552
    [password] => $2y$10$RrLubHSGluypdenpr0id5eKPY044jeOEljSO/2tDjPG
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '1', `name` = 'test-1773630552', `email` = 'test@test.com-1773630552', `password` = '$2y$10$OPmzihHM7oYRUa9etKQ6Euea8pFS6QSwmGfXIWHucgKpMOgohuLMS' WHERE `user`.`idx` IN ('1')

Array
(
    [idx] => 1
    [name] => test-1773630552
    [country] => 
    [email] => test@test.com-1773630552
    [password] => $2y$10$OPmzihHM7oYRUa9etKQ6Euea8pFS6QSwmGfXIWHucgK
    [created_at] => 
)