[#2] Create URL model
Create the URL model to represent a shortened URL in the database. The URL model should store the full link as well as the slug of the shortened URL. It should also include the user who shortened the URL (where NULL
represents an unauthenticated user). Another field should be used to track the total amount of visits the shortened link has received.