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

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

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

* Query : UPDATE `user` SET `idx` = '9', `name` = 'test-1764042249', `email` = 'test@test.com-1764042249', `password` = '$2y$10$55EPZ9FTf6cnrPoMyQnM7uKKTzqBDvHJRVBv0tRYhU99GOLCVw57e' WHERE `user`.`idx` IN ('9')

Array
(
    [idx] => 9
    [name] => test-1764042249
    [country] => 
    [email] => test@test.com-1764042249
    [password] => $2y$10$55EPZ9FTf6cnrPoMyQnM7uKKTzqBDvHJRVBv0tRYhU9
    [created_at] => 
)