Eloquent 모델의 decimal cast + opcache 캐시 문제로 인해 deposit/withdraw/balance가 dirty 감지되어 unique 제약조건 위반. - Eloquent 완전 우회: DB::table() 기반 lookup + update + insert - CAST(AS SIGNED) 제거: 정확한 decimal 비교로 변경 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>