✨ 기능 추가: ERD 모델 삭제 기능 및 고도화#284
Conversation
|
👋 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 New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
ERD 엔진(
ERDModel)에서 이전에 지원하지 않던 테이블 삭제, 컬럼 삭제 기능을 추가하고 컬럼 속성(UNIQUE,DEFAULT) 정의를 구현했습니다.removeTable(name): 참조 무결성(다른 테이블의 외래키 참조 여부) 확인 후 테이블 삭제 기능 구현removeColumn(tableName, columnName): 참조 무결성 확인 및 해당 컬럼과 연결된 외래키를 자동 정리하는 기능 구현generateDDL:UNIQUE제약조건과DEFAULT값 설정 문구 추가PR created automatically by Jules for task 15934554285530772683 started by @seonghobae