-- 测试库:冒烟层(backend/tests)专用,与开发库 dpb 隔离
-- postgres:16 镜像首次初始化时执行本脚本(/docker-entrypoint-initdb.d/)
CREATE DATABASE dpb_test;