add question category

This commit is contained in:
Hankin 2025-03-25 17:44:04 +08:00
parent b31bef7026
commit 9ec6a37f53

View File

@ -1,6 +1,7 @@
CREATE TABLE `ufutx_question_category` ( CREATE TABLE `ufutx_question_category` (
`id` INT NOT NULL AUTO_INCREMENT , `id` INT NOT NULL AUTO_INCREMENT ,
`name` VARCHAR(100) NOT NULL COMMENT "名称", `name` VARCHAR(100) NOT NULL COMMENT "名称",
`icon` VARCHAR(191) NOT NULL COMMENT "图标",
`created_at` TIMESTAMP NULL DEFAULT NULL , `created_at` TIMESTAMP NULL DEFAULT NULL ,
`updated_at` TIMESTAMP NULL DEFAULT NULL , `updated_at` TIMESTAMP NULL DEFAULT NULL ,
PRIMARY KEY (`id`) PRIMARY KEY (`id`)