[회원 역할 제거] MemberRole 관련 코드 삭제제
This commit is contained in:
@@ -69,7 +69,6 @@
|
||||
oid bigint not null,
|
||||
updated_at timestamp(6) not null,
|
||||
updated_oid bigint,
|
||||
role varchar(40) not null check (role in ('MEMBER','ADMIN','SYSTEM_ADMIN')),
|
||||
login_ip varchar(45),
|
||||
name varchar(100) not null,
|
||||
password varchar(100) not null,
|
||||
|
Reference in New Issue
Block a user