You can create the SupplyItems table by adding {force:true} to the sync function in the model.
Also currently the mysql.server.js is set up for local usage. Uncomment line 5 and comment lines 8-11 to continue using the config.MYSQL_DATABASE_URL. I had lines 8-11 as a quick fix to use a null password.
You can create the SupplyItems table by adding {force:true} to the sync function in the model.
Also currently the mysql.server.js is set up for local usage. Uncomment line 5 and comment lines 8-11 to continue using the config.MYSQL_DATABASE_URL. I had lines 8-11 as a quick fix to use a null password.