From 06a6aa22d15e76b961c3aa964a79b85d29744212 Mon Sep 17 00:00:00 2001 From: Hankin Date: Wed, 19 Nov 2025 15:30:58 +0800 Subject: [PATCH] create table exam appointed log --- 1763536049_create_exam_appointed_log.up.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1763536049_create_exam_appointed_log.up.sql b/1763536049_create_exam_appointed_log.up.sql index 3ced488..38e8817 100644 --- a/1763536049_create_exam_appointed_log.up.sql +++ b/1763536049_create_exam_appointed_log.up.sql @@ -4,5 +4,7 @@ CREATE TABLE `ufutx_exam_appointed_log` ( `name` VARCHAR(50) DEFAULT NULL COMMENT '昵称', `mobile` VARCHAR(50) DEFAULT NULL COMMENT '手机号', `appointed_time` JSON DEFAULT NULL COMMENT '预约事项', + `created_at` TIMESTAMP NULL DEFAULT NULL, + `updated_at` TIMESTAMP NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE = InnoDB COMMENT = '预约记录'; \ No newline at end of file