visits added to site page

This commit is contained in:
2020-01-07 17:41:30 -05:00
parent e69a1e03f8
commit 571a65986c
6 changed files with 30 additions and 12 deletions

View File

@ -21,7 +21,7 @@ con.connect(function(err) {
});
con.query("CREATE TABLE sites(\
id int NOT NULL AUTO_INCREMENT,\
id int NOT NULL UNIQUE,\
category varchar(255),\
in_danger bool,\
date_inscribed int,\