feat: Oracle数据 DDL 适配

This commit is contained in:
dhb52
2024-04-30 23:41:25 +08:00
parent f700f0de74
commit 06dacb747b
6 changed files with 5904 additions and 6140 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