* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1775812030', 'test@test.com-1775812030', '$2y$10$6WXvpsBlAGoVidE.RkcIPuH2ub9KD/AmtO2Li7PJNJZlpJQgs3qma')

Array
(
    [idx] => 66
    [name] => test-1775812030
    [country] => 
    [email] => test@test.com-1775812030
    [password] => $2y$10$6WXvpsBlAGoVidE.RkcIPuH2ub9KD/AmtO2Li7PJNJZ
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '66', `name` = 'test-1775812030', `email` = 'test@test.com-1775812030', `password` = '$2y$10$kWUwCml/jyEieCTWorVxBeEQFdYxjUBABHEX4nBFBfAv03OaTw1ce' WHERE `user`.`idx` IN ('66')

Array
(
    [idx] => 66
    [name] => test-1775812030
    [country] => 
    [email] => test@test.com-1775812030
    [password] => $2y$10$kWUwCml/jyEieCTWorVxBeEQFdYxjUBABHEX4nBFBfA
    [created_at] => 
)