chore: 작업현황 정리 및 관계 문서 갱신
- CURRENT_WORKS.md 이전 작업 이력 정리 - LOGICAL_RELATIONSHIPS.md stock_lots.workOrder 관계 추가 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -103,3 +103,7 @@ default_modes:
|
|||||||
# fixed set of tools to use as the base tool set (if non-empty), replacing Serena's default set of tools.
|
# fixed set of tools to use as the base tool set (if non-empty), replacing Serena's default set of tools.
|
||||||
# This cannot be combined with non-empty excluded_tools or included_optional_tools.
|
# This cannot be combined with non-empty excluded_tools or included_optional_tools.
|
||||||
fixed_tools: []
|
fixed_tools: []
|
||||||
|
|
||||||
|
# override of the corresponding setting in serena_config.yml, see the documentation there.
|
||||||
|
# If null or missing, the value from the global config is used.
|
||||||
|
symbol_info_budget:
|
||||||
|
|||||||
2692
CURRENT_WORKS.md
2692
CURRENT_WORKS.md
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
# 논리적 데이터베이스 관계 문서
|
# 논리적 데이터베이스 관계 문서
|
||||||
|
|
||||||
> **자동 생성**: 2026-02-19 16:26:58
|
> **자동 생성**: 2026-02-21 16:28:35
|
||||||
> **소스**: Eloquent 모델 관계 분석
|
> **소스**: Eloquent 모델 관계 분석
|
||||||
|
|
||||||
## 📊 모델별 관계 현황
|
## 📊 모델별 관계 현황
|
||||||
@@ -1079,6 +1079,7 @@ ### stock_lots
|
|||||||
|
|
||||||
- **stock()**: belongsTo → `stocks`
|
- **stock()**: belongsTo → `stocks`
|
||||||
- **receiving()**: belongsTo → `receivings`
|
- **receiving()**: belongsTo → `receivings`
|
||||||
|
- **workOrder()**: belongsTo → `work_orders`
|
||||||
- **creator()**: belongsTo → `users`
|
- **creator()**: belongsTo → `users`
|
||||||
|
|
||||||
### stock_transactions
|
### stock_transactions
|
||||||
|
|||||||
Reference in New Issue
Block a user