addition of img_url and states to local database

This commit is contained in:
2020-01-05 13:02:59 -05:00
parent a304866b11
commit 2ee5504efc
3 changed files with 9 additions and 3 deletions

View File

@ -24,6 +24,8 @@ con.connect(function(err) {
description varchar(5000),\
site varchar(255),\
unesco_unique int UNIQUE,\
img_url varchar(255),\
states varchar(255),\
PRIMARY KEY (id)\
)", function(err, res){
if (err) throw err;