* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1777577279', 'test@test.com-1777577279', '$2y$10$orFkFbXBKX/RwBiBoqky.OU.fo2WmOjOzAVL3uLBHx3YFvqFrNIKe')

Array
(
    [idx] => 266
    [name] => test-1777577279
    [country] => 
    [email] => test@test.com-1777577279
    [password] => $2y$10$orFkFbXBKX/RwBiBoqky.OU.fo2WmOjOzAVL3uLBHx3
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '266', `name` = 'test-1777577279', `email` = 'test@test.com-1777577279', `password` = '$2y$10$epLa6t.nUVt095L1JCQVz.w/43gcRTt5MgdiECnVItHm4/BI3Amx.' WHERE `user`.`idx` IN ('266')

Array
(
    [idx] => 266
    [name] => test-1777577279
    [country] => 
    [email] => test@test.com-1777577279
    [password] => $2y$10$epLa6t.nUVt095L1JCQVz.w/43gcRTt5MgdiECnVItH
    [created_at] => 
)