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

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

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

* Query : UPDATE `user` SET `idx` = '295', `name` = 'test-1777954140', `email` = 'test@test.com-1777954140', `password` = '$2y$10$liun7h3NSYjqFiVng.XPmu21/Zfo7JPF9k3OYguAoX8OyLFKb7sjO' WHERE `user`.`idx` IN ('295')

Array
(
    [idx] => 295
    [name] => test-1777954140
    [country] => 
    [email] => test@test.com-1777954140
    [password] => $2y$10$liun7h3NSYjqFiVng.XPmu21/Zfo7JPF9k3OYguAoX8
    [created_at] => 
)