【同步】Boot 和 Cloud 的功能同步

This commit is contained in:
YunaiV
2024-07-13 12:03:51 +08:00
parent c6937cf199
commit 3b8675dc6a
34 changed files with 12184 additions and 545 deletions

View File

@@ -5,7 +5,7 @@
Target Server Type : PostgreSQL
Date: 2024-05-03 23:36:19
Date: 2024-05-08 00:11:06
*/
@@ -15,8 +15,17 @@
DROP TABLE IF EXISTS dual;
CREATE TABLE dual
(
id int2
);
COMMENT ON TABLE dual IS '数据库连接的表';
-- ----------------------------
-- Records of dual
-- ----------------------------
-- @formatter:off
INSERT INTO dual VALUES (1);
-- @formatter:on
-- ----------------------------
-- Table structure for infra_api_access_log