add question category
This commit is contained in:
parent
b31bef7026
commit
9ec6a37f53
@ -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`)
|
||||||
|
Loading…
Reference in New Issue
Block a user