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

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

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

* Query : UPDATE `user` SET `idx` = '3', `name` = 'test-1714851340', `email` = 'test@test.com-1714851340', `password` = '$2y$10$eHziS32YXmpRTChAxbiaiOGF66XETMG3hmp4HOXfalthkn9lkp98u' WHERE `user`.`idx` IN ('3')

Array
(
    [idx] => 3
    [name] => test-1714851340
    [country] => 
    [email] => test@test.com-1714851340
    [password] => $2y$10$eHziS32YXmpRTChAxbiaiOGF66XETMG3hmp4HOXfalt
    [created_at] => 
)