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 @@
#!/usr/bin/env bash
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Yudao@24' -Q "CREATE DATABASE [ruoyi-vue-pro];
GO"
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Yudao@24' -d 'ruoyi-vue-pro' -i /tmp/schema.sql