[프로젝트 구조 세팅]

This commit is contained in:
2025-08-12 08:46:55 +09:00
parent 9468d19736
commit 2ff5a02906
59 changed files with 23686 additions and 45 deletions

View File

@@ -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,