[프로젝트 구조 세팅]
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
status varchar(1) not null,
|
||||
created_at timestamp(6) not null,
|
||||
last_login_at timestamp(6),
|
||||
oid bigint generated by default as identity,
|
||||
oid bigint not null,
|
||||
updated_at timestamp(6) not null,
|
||||
role varchar(40) not null,
|
||||
password varchar(100) not null,
|
||||
|
Reference in New Issue
Block a user