* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1774162945', 'test@test.com-1774162945', '$2y$10$80JC4XM0sh1/PvR5HrQJi.XeyfHgmkCnSiVnLOKN57AoY399G2HVa')

Array
(
    [idx] => 1
    [name] => test-1774162945
    [country] => 
    [email] => test@test.com-1774162945
    [password] => $2y$10$80JC4XM0sh1/PvR5HrQJi.XeyfHgmkCnSiVnLOKN57A
    [created_at] => 
)

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

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