X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/dc635b6d39be19a09a428282b6d639d029908df6..22f84a3ea8bc39eb4cb91575d35dfca683336032:/db/create.sql diff --git a/db/create.sql b/db/create.sql index cee33a3..ff10db3 100755 --- a/db/create.sql +++ b/db/create.sql @@ -68,6 +68,7 @@ create table votes ( id int NOT NULL auto_increment, voter_id int DEFAULT NULL, confirmed tinyint NOT NULL DEFAULT 0, + time datetime DEFAULT NULL, constraint fk_vote_voter foreign key (voter_id) references voters(id), primary key (id) );