alexbnewman / url-shortener

0 stars 0 forks source link

Fix database schema #2

Open alexbnewman opened 1 year ago

alexbnewman commented 1 year ago

Rn, am saving both short URL and long URL to database, but need to fix so am only saving long URL ("original").

alexbnewman commented 1 year ago

So as not to allow for saving a URL more than once -- make the "original" row have the SQL "UNIQUE" attribute. I think this is correct way to address duplicates.