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

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

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

* Query : UPDATE `user` SET `idx` = '41', `name` = 'test-1773096443', `email` = 'test@test.com-1773096443', `password` = '$2y$10$yFTrULUgR.Lm7IfWuPCAx.5didI/jdbhSegLmGKFZhwAxrKm3I6EC' WHERE `user`.`idx` IN ('41')

Array
(
    [idx] => 41
    [name] => test-1773096443
    [country] => 
    [email] => test@test.com-1773096443
    [password] => $2y$10$yFTrULUgR.Lm7IfWuPCAx.5didI/jdbhSegLmGKFZhw
    [created_at] => 
)