Open alexbnewman opened 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").
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.
Rn, am saving both short URL and long URL to database, but need to fix so am only saving long URL ("original").