* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1775207612', 'test@test.com-1775207612', '$2y$10$qulr94S6X/oWhWTEZ0baVONCwXhEYj0M0nV7nG8XAvcfExIKJN7N2')

Array
(
    [idx] => 17
    [name] => test-1775207612
    [country] => 
    [email] => test@test.com-1775207612
    [password] => $2y$10$qulr94S6X/oWhWTEZ0baVONCwXhEYj0M0nV7nG8XAvc
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '17', `name` = 'test-1775207612', `email` = 'test@test.com-1775207612', `password` = '$2y$10$x9Y2V8zgwDDmkoel.rwIyOO/Ne8uXRakx0ra8t.FV22Yz8vFXcvhi' WHERE `user`.`idx` IN ('17')

Array
(
    [idx] => 17
    [name] => test-1775207612
    [country] => 
    [email] => test@test.com-1775207612
    [password] => $2y$10$x9Y2V8zgwDDmkoel.rwIyOO/Ne8uXRakx0ra8t.FV22
    [created_at] => 
)