allowCallbacks() 메소드를 호출하는 단일 모델에 대해 이 설정을 일시적으로 변경할 수 있습니다.

* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1777421511', 'test@test.com-1777421511', 'testpassword-1777421511')

Array
(
    [idx] => 257
    [name] => test-1777421511
    [country] => 
    [email] => test@test.com-1777421511
    [password] => testpassword-1777421511
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '257', `name` = 'test-1777421511', `email` = 'test@test.com-1777421511', `password` = '$2y$10$x0P26IiOR/N1kIjBC51KruAEyqQJ5cQRx0WVwWKjecCbPgs21j96C' WHERE `user`.`idx` IN ('257')

Array
(
    [idx] => 257
    [name] => test-1777421511
    [country] => 
    [email] => test@test.com-1777421511
    [password] => $2y$10$x0P26IiOR/N1kIjBC51KruAEyqQJ5cQRx0WVwWKjecC
    [created_at] => 
)