create table exam appointed log

This commit is contained in:
Hankin 2025-11-19 15:30:58 +08:00
parent 9435e89da9
commit 06a6aa22d1

View File

@ -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 = '预约记录';