Adding initial code for the main.go as well as initial code for uploading members
This commit is contained in:
@@ -31,6 +31,7 @@ CREATE TABLE IF NOT EXISTS voters (
|
||||
CREATE TABLE IF NOT EXISTS members (
|
||||
email TEXT NOT NULL,
|
||||
member_name TEXT,
|
||||
school_year UNSIGNED INT NOT NULL,
|
||||
PRIMARY KEY (email)
|
||||
);
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user