[공통 코드 관리] 공통 코드 및 그룹 코드 관련 엔티티, DTO, 매퍼, 서비스 및 컨트롤러 추가. 기존 매퍼 삭제 및 외래 키 제약 조건 제거. 데이터베이스 스키마 수정.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user