From d67d33f5f529d41c90bc4d200915eb7e078e3ca9 Mon Sep 17 00:00:00 2001 From: Hankin Date: Mon, 26 May 2025 14:05:20 +0800 Subject: [PATCH] cert log --- 1748238208_table_exam_cert_log_add_cert_pic.up.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 1748238208_table_exam_cert_log_add_cert_pic.up.sql diff --git a/1748238208_table_exam_cert_log_add_cert_pic.up.sql b/1748238208_table_exam_cert_log_add_cert_pic.up.sql new file mode 100644 index 0000000..785023c --- /dev/null +++ b/1748238208_table_exam_cert_log_add_cert_pic.up.sql @@ -0,0 +1,3 @@ +ALTER TABLE `ufutx_exam_cert_log` +ADD COLUMN `cert_pic` varchar(255) DEFAULT NULL COMMENT "证书" after `card_type`, +ADD COLUMN `cert_num` varchar(50) DEFAULT NULL COMMENT "证书编号" after `card_type` \ No newline at end of file