* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1772616427', 'test@test.com-1772616427', '$2y$10$bij5tV6weW.NguUHIVZL5O4Ru5rfWSVfwu0eM5P.D5X0YvMaCKb5u')

Array
(
    [idx] => 8
    [name] => test-1772616427
    [country] => 
    [email] => test@test.com-1772616427
    [password] => $2y$10$bij5tV6weW.NguUHIVZL5O4Ru5rfWSVfwu0eM5P.D5X
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '8', `name` = 'test-1772616427', `email` = 'test@test.com-1772616427', `password` = '$2y$10$Rwrb.EHvy07L35II/qxyse72uQ1lbgXcq7WTI8rm6FPDf3mONGfPO' WHERE `user`.`idx` IN ('8')

Array
(
    [idx] => 8
    [name] => test-1772616427
    [country] => 
    [email] => test@test.com-1772616427
    [password] => $2y$10$Rwrb.EHvy07L35II/qxyse72uQ1lbgXcq7WTI8rm6FP
    [created_at] => 
)