From 8d1ed6c0967be289e0b265bd926ab3cc3a102482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Wed, 11 Feb 2026 15:58:43 +0900 Subject: [PATCH] =?UTF-8?q?docs(API):=20LOGICAL=5FRELATIONSHIPS=20?= =?UTF-8?q?=EB=AC=B8=EC=84=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- LOGICAL_RELATIONSHIPS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LOGICAL_RELATIONSHIPS.md b/LOGICAL_RELATIONSHIPS.md index 924666b..7d4af66 100644 --- a/LOGICAL_RELATIONSHIPS.md +++ b/LOGICAL_RELATIONSHIPS.md @@ -1,6 +1,6 @@ # 논리적 데이터베이스 관계 문서 -> **자동 생성**: 2026-02-09 22:02:49 +> **자동 생성**: 2026-02-11 13:41:26 > **소스**: Eloquent 모델 관계 분석 ## 📊 모델별 관계 현황 @@ -594,7 +594,6 @@ ### process_steps **모델**: `App\Models\ProcessStep` - **process()**: belongsTo → `processes` -- **documentTemplate()**: belongsTo → `document_templates` ### work_orders **모델**: `App\Models\Production\WorkOrder`