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

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

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

* Query : UPDATE `user` SET `idx` = '33', `name` = 'test-1738258750', `email` = 'test@test.com-1738258750', `password` = '$2y$10$6z8qNNhUI6WZTJIZpgDtu.eAo1V6nWwWeiJw2Ff3X1ye2djuWkn7W' WHERE `user`.`idx` IN ('33')

Array
(
    [idx] => 33
    [name] => test-1738258750
    [country] => 
    [email] => test@test.com-1738258750
    [password] => $2y$10$6z8qNNhUI6WZTJIZpgDtu.eAo1V6nWwWeiJw2Ff3X1y
    [created_at] => 
)