This commit is contained in:
2025-12-12 01:44:41 +08:00
parent 21abcaff53
commit 2f1d732a36
46 changed files with 7756 additions and 484 deletions

View File

@@ -0,0 +1,8 @@
-- 查看表结构
DESC martial_info_publish;
-- 或者使用这个查看更详细的信息
SHOW CREATE TABLE martial_info_publish;
-- 查看表中现有的列名
SHOW COLUMNS FROM martial_info_publish;