[공통 코드 관리] 공통 코드 및 그룹 코드 관련 엔티티, DTO, 매퍼, 서비스 및 컨트롤러 추가. 기존 매퍼 삭제 및 외래 키 제약 조건 제거. 데이터베이스 스키마 수정.

This commit is contained in:
2025-08-26 16:45:54 +09:00
parent 6df8409e96
commit 0c141eb397
20 changed files with 150 additions and 193 deletions

View File

@@ -95,13 +95,3 @@
create index idx_member_user_id
on st_member (user_id);
alter table if exists st_common_code
add constraint FKdk30t67v5e2vo1k7gl5sk1jp9
foreign key (group_code)
references st_common_group_code (code);
alter table if exists st_common_code
add constraint FKgcyw9ydft76p31oox94ho93wf
foreign key (parent_code)
references st_common_code (code);