연결 설명 필드 추가 및 외부 호출 설정 개선
This commit is contained in:
@@ -260,7 +260,7 @@ export interface JsonRelationship {
|
||||
fromColumns: string[];
|
||||
toColumns: string[];
|
||||
connectionType: "simple-key" | "data-save" | "external-call";
|
||||
// settings 제거 - relationships는 순수 연결 정보만 저장
|
||||
note?: string; // 데이터 연결에 대한 설명
|
||||
}
|
||||
|
||||
export interface CreateDiagramRequest {
|
||||
|
||||
Reference in New Issue
Block a user