优化:默认只引入 mysql driver,减少打包大小

This commit is contained in:
YunaiV 2023-11-06 21:41:28 +08:00
parent 9762a2a7c3
commit e8bc284dd0

View File

@ -411,7 +411,7 @@ CREATE TABLE IF NOT EXISTS "system_tenant" (
"contact_name" varchar(255) NOT NULL,
"contact_mobile" varchar(255),
"status" tinyint NOT NULL,
"domain" varchar(63) DEFAULT '',
"website" varchar(63) DEFAULT '',
"package_id" bigint NOT NULL,
"expire_time" timestamp NOT NULL,
"account_count" int NOT NULL,