Skip to content

✨ 기능 추가: ERD 모델 삭제 기능 및 고도화#284

Open
seonghobae wants to merge 1 commit into
developmentalfrom
feature/erd-improvements-15934554285530772683
Open

✨ 기능 추가: ERD 모델 삭제 기능 및 고도화#284
seonghobae wants to merge 1 commit into
developmentalfrom
feature/erd-improvements-15934554285530772683

Conversation

@seonghobae

Copy link
Copy Markdown

ERD 엔진(ERDModel)에서 이전에 지원하지 않던 테이블 삭제, 컬럼 삭제 기능을 추가하고 컬럼 속성(UNIQUE, DEFAULT) 정의를 구현했습니다.

  • removeTable(name): 참조 무결성(다른 테이블의 외래키 참조 여부) 확인 후 테이블 삭제 기능 구현
  • removeColumn(tableName, columnName): 참조 무결성 확인 및 해당 컬럼과 연결된 외래키를 자동 정리하는 기능 구현
  • generateDDL: UNIQUE 제약조건과 DEFAULT 값 설정 문구 추가
  • 테스트 코드(Vitest) 강화 및 100% 커버리지 달성 확인

PR created automatically by Jules for task 15934554285530772683 started by @seonghobae

@google-labs-jules

Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant