* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1769725502', 'test@test.com-1769725502', '$2y$10$hlL.zB8g/Ge247EugtXBPuYuNvCiyYDQMq7SlM75ogbmboL/XlEJ2')

Array
(
    [idx] => 12
    [name] => test-1769725502
    [country] => 
    [email] => test@test.com-1769725502
    [password] => $2y$10$hlL.zB8g/Ge247EugtXBPuYuNvCiyYDQMq7SlM75ogb
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '12', `name` = 'test-1769725502', `email` = 'test@test.com-1769725502', `password` = '$2y$10$03E9bpso5QoIgycF4BIWA.fYE80B8h39GbAtCiFDScH60e.JS2hEW' WHERE `user`.`idx` IN ('12')

Array
(
    [idx] => 12
    [name] => test-1769725502
    [country] => 
    [email] => test@test.com-1769725502
    [password] => $2y$10$03E9bpso5QoIgycF4BIWA.fYE80B8h39GbAtCiFDScH
    [created_at] => 
)