cert log add card type

This commit is contained in:
Hankin 2025-05-16 10:49:37 +08:00
parent 5b00f7ce8c
commit f1afabe1e2

View File

@ -0,0 +1,3 @@
ALTER TABLE `ufutx_exam_cert_log`
ADD COLUMN `card_type` tinyint DEFAULT 1 COMMENT "类型:1.大陆,2:台湾,3:港澳" after `status`