테이블 연결 생성방식 수정

This commit is contained in:
hyeonsu
2025-09-15 15:12:02 +09:00
parent 353d8d2bb0
commit e459025d8a
6 changed files with 481 additions and 429 deletions

View File

@@ -5331,7 +5331,7 @@ model dataflow_diagrams {
// 조건부 연결 관련 컬럼들
control Json? // 조건 설정 (트리거 타입, 조건 트리)
category Json? // 연결 종류 (타입, 기본 옵션)
category String? @db.VarChar(50) // 연결 종류 ("simple-key", "data-save", "external-call")
plan Json? // 실행 계획 (대상 액션들)
company_code String @db.VarChar(50)