---初始化项目

This commit is contained in:
2025-10-10 09:20:48 +08:00
parent a8e0f1c377
commit 7f74c186da
203 changed files with 14674 additions and 0 deletions

5
scripts/dne_log_sit.sql Normal file
View File

@ -0,0 +1,5 @@
-- 创建log_table_info表tbl_name作为主键
CREATE TABLE log_table_info (
tbl_name VARCHAR(200) NOT NULL,
CONSTRAINT pk_log_table_info PRIMARY KEY (tbl_name)
);