feat: 测试数据库docker-compose, postgres DDL初稿

This commit is contained in:
dhb52
2024-04-29 23:41:33 +08:00
parent 94377b5009
commit 4f3aaa124c
7 changed files with 6241 additions and 8211 deletions

View File

@@ -0,0 +1,5 @@
ALTER SESSION SET CONTAINER=XEPDB1;
CREATE USER ROOT IDENTIFIED BY 123456 QUOTA UNLIMITED ON USERS;
GRANT CONNECT, RESOURCE TO ROOT;