데이터 흐름 관계도 테이블 화면에 회사코드 컬럼 추가
This commit is contained in:
@@ -97,6 +97,7 @@ export interface DataFlowDiagram {
|
||||
tableCount: number;
|
||||
relationshipCount: number;
|
||||
tables: string[];
|
||||
companyCode: string; // 회사 코드 추가
|
||||
createdAt: Date;
|
||||
createdBy: string;
|
||||
updatedAt: Date;
|
||||
|
||||
Reference in New Issue
Block a user