feat: 새 설문조사 모듈 UI

This commit is contained in:
2022-05-16 01:41:10 +09:00
parent 29228ed3bc
commit 42cca07419
13 changed files with 650 additions and 19 deletions
+1
View File
@@ -682,6 +682,7 @@ CREATE TABLE `vote_comment` (
`general_name` VARCHAR(32) NOT NULL COLLATE 'utf8mb4_bin',
`nation_name` VARCHAR(64) NOT NULL COLLATE 'utf8mb4_bin',
`text` TEXT NOT NULL,
`date` DATETIME NULL DEFAULT NULL,
PRIMARY KEY (`id`),
INDEX `by_vote` (`vote_id`)
) COLLATE = 'utf8mb4_general_ci' ENGINE = Aria;