github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/mysql/query_polls_voters.sql (about)

     1  CREATE TABLE `polls_voters` (
     2  	`pollID` int not null,
     3  	`uid` int not null,
     4  	`option` int DEFAULT 0 not null
     5  ) CHARSET=utf8mb4 COLLATE utf8mb4_general_ci;