JawadMohammed / Koala-Kuestionnaire

A survey tool for even the smoothest brain; A Springboot based web app that allows users to create and fill out surveys
1 stars 0 forks source link

fixed the various SQL keyword overlaps that were causing out db issues #50

Closed JawadMohammed closed 1 week ago

JawadMohammed commented 1 week ago

Baiscally I investigated why we had a bunch of DB tables not forming properly when we ran our program, turns out that many of out tables had columns/ were themseves named after reserved words in SQL so I added those corrections