添加程序版本字段

This commit is contained in:
jsowell
2026-06-10 16:40:29 +08:00
parent 6686e2747f
commit 12685f528b
6 changed files with 66 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `pile_basic_info`
ADD COLUMN `program_version` varchar(64) DEFAULT NULL COMMENT '程序版本' AFTER `software_protocol`;