Update V3.4.0_2__ga_ddl.sql

This commit is contained in:
Craftsman 2024-10-10 18:44:12 +08:00
parent b9a052fd35
commit d3fb9bf135
1 changed files with 4 additions and 2 deletions

View File

@ -93,7 +93,9 @@ CREATE TABLE api_doc_share (
`create_time` BIGINT NOT NULL COMMENT '创建时间' , `create_time` BIGINT NOT NULL COMMENT '创建时间' ,
`create_user` VARCHAR(50) NOT NULL COMMENT '创建人' , `create_user` VARCHAR(50) NOT NULL COMMENT '创建人' ,
PRIMARY KEY (id) PRIMARY KEY (id)
) COMMENT = '接口文档分享'; ) ENGINE = InnoDB
DEFAULT CHARSET = utf8mb4
COLLATE = utf8mb4_general_ci COMMENT = '接口文档分享';
-- set innodb lock wait timeout to default -- set innodb lock wait timeout to default
SET SESSION innodb_lock_wait_timeout = DEFAULT; SET SESSION innodb_lock_wait_timeout = DEFAULT;