!964 feat: 达梦DM8

Merge pull request !964 from dhb52/feature/db
This commit is contained in:
芋道源码
2024-05-04 00:57:27 +00:00
committed by Gitee
7 changed files with 4517 additions and 5738 deletions

View File

@ -5,10 +5,29 @@
Target Server Type : Microsoft SQL Server
Date: 2024-05-02 15:29:31
Date: 2024-05-03 23:36:38
*/
-- ----------------------------
-- Table structure for dual
-- ----------------------------
DROP TABLE IF EXISTS dual
GO
CREATE TABLE dual
(
id int NULL
)
GO
EXEC sp_addextendedproperty
'MS_Description', N'数据库连接的表',
'SCHEMA', N'dbo',
'TABLE', N'dual'
GO
-- ----------------------------
-- Table structure for infra_api_access_log
-- ----------------------------