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

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

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

* Query : UPDATE `user` SET `idx` = '4', `name` = 'test-1757992229', `email` = 'test@test.com-1757992229', `password` = '$2y$10$8nCzFPKtivF5HBaaqfEL9.BdZKlWYPH2GBFOLdACHD69NxUthnnhO' WHERE `user`.`idx` IN ('4')

Array
(
    [idx] => 4
    [name] => test-1757992229
    [country] => 
    [email] => test@test.com-1757992229
    [password] => $2y$10$8nCzFPKtivF5HBaaqfEL9.BdZKlWYPH2GBFOLdACHD6
    [created_at] => 
)