docs: 논리적 관계 문서 업데이트 및 React 메뉴 시더 추가

- LOGICAL_RELATIONSHIPS.md: login_tokens 모델 관계 추가
- ReactMenuSeeder: React 라우트 기반 글로벌 메뉴 시더 생성
  - 대시보드, 결재관리, 게시판, 품목관리, 판매관리 등 구조 정의
  - docs/projects/api-integration/phase-2-menu-extraction 참조

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-21 01:35:22 +09:00
parent 65c5de2db1
commit 3b164993c2
2 changed files with 203 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# 논리적 데이터베이스 관계 문서
> **자동 생성**: 2025-12-20 12:21:53
> **자동 생성**: 2025-12-20 22:27:54
> **소스**: Eloquent 모델 관계 분석
## 📊 모델별 관계 현황
@@ -195,6 +195,11 @@ ### item_details
- **item()**: belongsTo → `items`
### login_tokens
**모델**: `App\Models\LoginToken`
- **user()**: belongsTo → `users`
### main_requests
**모델**: `App\Models\MainRequest`