fix:사진대지 감사 로그 트리거 재생성 (삭제된 컬럼 참조 제거)

컬럼 삭제 후 트리거가 before_photo_path 등을 참조하여 UPDATE 시 에러 발생 수정

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-11 19:28:24 +09:00
parent eade587135
commit 818f764aa5
2 changed files with 78 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# 논리적 데이터베이스 관계 문서
> **자동 생성**: 2026-02-11 13:41:26
> **자동 생성**: 2026-02-11 18:03:33
> **소스**: Eloquent 모델 관계 분석
## 📊 모델별 관계 현황
@@ -594,6 +594,7 @@ ### process_steps
**모델**: `App\Models\ProcessStep`
- **process()**: belongsTo → `processes`
- **documentTemplate()**: belongsTo → `document_templates`
### work_orders
**모델**: `App\Models\Production\WorkOrder`