github.com/Azareal/Gosora@v0.0.0-20210729070923-553e66b59003/schema/mssql/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 );