* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1772687725', 'test@test.com-1772687725', '$2y$10$P4.p0gfzNIshM4gVdgO9SOIyJvf3qOSVV8pnnry0a2casvBmLDgHa')

Array
(
    [idx] => 13
    [name] => test-1772687725
    [country] => 
    [email] => test@test.com-1772687725
    [password] => $2y$10$P4.p0gfzNIshM4gVdgO9SOIyJvf3qOSVV8pnnry0a2c
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '13', `name` = 'test-1772687725', `email` = 'test@test.com-1772687725', `password` = '$2y$10$PM2L5y1ccvGXxqmOpzr4xehwk/XJSst.NT60JV1Rvl1tqvqUNFqq6' WHERE `user`.`idx` IN ('13')

Array
(
    [idx] => 13
    [name] => test-1772687725
    [country] => 
    [email] => test@test.com-1772687725
    [password] => $2y$10$PM2L5y1ccvGXxqmOpzr4xehwk/XJSst.NT60JV1Rvl1
    [created_at] => 
)