【完善】代码生成对 DM 达梦数据的兼容性

【优化】新增 sslEnable 字段,支持 outlook 邮箱
This commit is contained in:
YunaiV
2024-04-24 09:35:51 +08:00
parent ca93a858fd
commit ddafd44114
11 changed files with 19 additions and 9 deletions

View File

@@ -520,6 +520,7 @@ CREATE TABLE IF NOT EXISTS "system_mail_account" (
"host" varchar NOT NULL,
"port" int NOT NULL,
"ssl_enable" bit NOT NULL,
"starttls_enable" bit NOT NULL,
"creator" varchar DEFAULT '',
"create_time" datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
"updater" varchar DEFAULT '',