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