테이블 연결 생성방식 수정
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user