* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1770305173', 'test@test.com-1770305173', '$2y$10$OwzeMEgN/PNZEbuFdcHItOpkiFN.zj4MAzCJoFQ.FnliwlYH7oMQ.')

Array
(
    [idx] => 2
    [name] => test-1770305173
    [country] => 
    [email] => test@test.com-1770305173
    [password] => $2y$10$OwzeMEgN/PNZEbuFdcHItOpkiFN.zj4MAzCJoFQ.Fnl
    [created_at] => 
)

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

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