* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1778402199', 'test@test.com-1778402199', '$2y$10$w0sV5ynhV.5VP0C0sFp9MOQPbGRowSbnmF2Oa4/6lXZ2dkkKeh.3u')

Array
(
    [idx] => 362
    [name] => test-1778402199
    [country] => 
    [email] => test@test.com-1778402199
    [password] => $2y$10$w0sV5ynhV.5VP0C0sFp9MOQPbGRowSbnmF2Oa4/6lXZ
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '362', `name` = 'test-1778402199', `email` = 'test@test.com-1778402199', `password` = '$2y$10$WX9dzfewApZciLJPtTht7ebQt//6aw/VjLjMfCc9c1GCHjJRKGDDO' WHERE `user`.`idx` IN ('362')

Array
(
    [idx] => 362
    [name] => test-1778402199
    [country] => 
    [email] => test@test.com-1778402199
    [password] => $2y$10$WX9dzfewApZciLJPtTht7ebQt//6aw/VjLjMfCc9c1G
    [created_at] => 
)