From f1afabe1e2e12020e90314fe5ce35fb8925d0ce7 Mon Sep 17 00:00:00 2001 From: Hankin Date: Fri, 16 May 2025 10:49:37 +0800 Subject: [PATCH] cert log add card type --- 1747362929_table_exam_cert_log_add_id_card_type.up.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 1747362929_table_exam_cert_log_add_id_card_type.up.sql diff --git a/1747362929_table_exam_cert_log_add_id_card_type.up.sql b/1747362929_table_exam_cert_log_add_id_card_type.up.sql new file mode 100644 index 0000000..c563ff4 --- /dev/null +++ b/1747362929_table_exam_cert_log_add_id_card_type.up.sql @@ -0,0 +1,3 @@ +ALTER TABLE `ufutx_exam_cert_log` +ADD COLUMN `card_type` tinyint DEFAULT 1 COMMENT "类型:1.大陆,2:台湾,3:港澳" after `status` +